summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:45:45 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:45:45 +0000
commita10c55c33aadf6279f2875df1f8a2277b30ba505 (patch)
treedc9c9a06f5d1117e2fb9631aa1eedd065fd43901
parent9256a27d4d1d9be2556ed0fdfc452810c64eff57 (diff)
downloadutmps-a10c55c33aadf6279f2875df1f8a2277b30ba505.tar.xz
Don't put -fno-stack-protector in default CFLAGS
-rw-r--r--[-rwxr-xr-x]configure1
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