diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:45:30 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:45:30 +0000 |
commit | 57f70ba69ee25681695e6d76bad746dc5e5e62c5 (patch) | |
tree | b0906401547b7d6268bc5e5fb328e2af834ed202 /configure | |
parent | e30089fec4b5b56a446ce83f10d09c8aae9157f0 (diff) | |
download | s6-portable-utils-57f70ba69ee25681695e6d76bad746dc5e5e62c5.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 3553f10..1e8a05f 100755..100644 --- a/configure +++ b/configure @@ -334,7 +334,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 |