[PATCH libevdev 2/2] Reintroduce -fstack-protector
David Herrmann
dh.herrmann at gmail.com
Thu Sep 12 09:07:54 PDT 2013
We removed this previously due to build failures in:
commit 14ac764ec86452ca607403f314b0f8355d80290c
Author: David Herrmann <dh.herrmann at gmail.com>
Date: Mon Sep 9 16:03:41 2013 +0200
build: remove -fstack-protector
Reintroduce it but this time disable it if it's not supported. We use the
CC-flags testing to prevent build-failures on gcc without libssp support.
Cc: Giovanni Campagna <gcampagn at redhat.com>
Signed-off-by: David Herrmann <dh.herrmann at gmail.com>
---
configure.ac | 1 +
1 file changed, 1 insertion(+)
diff --git a/configure.ac b/configure.ac
index 40675ef..c32b06f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,6 +67,7 @@ if test "x$GCC" = "xyes"; then
-fdata-sections \
-fno-strict-aliasing \
-fdiagnostics-show-option \
+ -fstack-protector \
-fno-common])
fi
AC_SUBST([GCC_CFLAGS], $with_cflags)
--
1.8.4
More information about the Input-tools
mailing list