diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:45:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:45:45 +0000 |
commit | a10c55c33aadf6279f2875df1f8a2277b30ba505 (patch) | |
tree | dc9c9a06f5d1117e2fb9631aa1eedd065fd43901 /configure | |
parent | 9256a27d4d1d9be2556ed0fdfc452810c64eff57 (diff) | |
download | utmps-a10c55c33aadf6279f2875df1f8a2277b30ba505.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 15f9516..0d9c8e0 100755..100644 --- a/configure +++ b/configure @@ -349,7 +349,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 |