1From 4b02c8207adb888d35951bbc1c5b3029594f44c6 Mon Sep 17 00:00:00 2001 2From: Bernd Kuhls <bernd.kuhls@t-online.de> 3Date: Wed, 24 Apr 2019 13:56:27 -0400 4Subject: [PATCH] Do not force SSP usage 5 6The toolchain may not support SSP, so do not enforce its usage, let 7the package user pass the appropriate CFLAGS to enable SSP if needed. 8 9Signed-off-by: Gregory Dymarek <gregd72002@gmail.com> 10Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> 11(rebased against v0.1.0) 12Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> 13(rebased against v0.6.3) 14Signed-off-by: Adam Duskett <Aduskett@gmail.com> 15--- 16 configure.ac | 1 - 17 1 file changed, 1 deletion(-) 18 19diff --git a/configure.ac b/configure.ac 20index 257ea8c..ca17a29 100644 21--- a/configure.ac 22+++ b/configure.ac 23@@ -20,7 +20,6 @@ LT_INIT 24 # Common CFLAGS 25 CFLAGS="$CFLAGS \ 26 -fPIC \ 27- -fstack-protector-all \ 28 -fstrict-aliasing \ 29 -ggdb3 \ 30 -pthread \ 31-- 322.20.1 33 34