diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:45:35 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:45:35 +0000 |
commit | a592de252872673ead4f0df3c665989f7b3a8fef (patch) | |
tree | fed21ed6a71dad2ce21f69577d484ad4ac23b209 /configure | |
parent | 6eb85b2695582877855d2f1d034bcc75f399e3b5 (diff) | |
download | s6-rc-a592de252872673ead4f0df3c665989f7b3a8fef.tar.xz |
Don't put -fno-stack-protector in default CFLAGS
Diffstat (limited to 'configure')
-rw-r--r--[-rwxr-xr-x] | configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure index 8d5e542..2655188 100755..100644 --- a/configure +++ b/configure @@ -337,7 +337,6 @@ tryflag CFLAGS_AUTO -fno-exceptions tryflag CFLAGS_AUTO -fno-unwind-tables tryflag CFLAGS_AUTO -fno-asynchronous-unwind-tables tryflag CFLAGS_AUTO -Wa,--noexecstack -tryflag CFLAGS -fno-stack-protector tryflag CPPFLAGS_AUTO -Werror=implicit-function-declaration tryflag CPPFLAGS_AUTO -Werror=implicit-int tryflag CPPFLAGS_AUTO -Werror=pointer-sign |