summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:45:19 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:45:19 +0000
commitc934e0b32812ea257d860ff50b17698a3a164fb1 (patch)
treef430bf50a514262293edb0d2c47ddbc513544aed
parentbd4c3768a5b02b4ceca03942721ff37df78ab192 (diff)
downloads6-linux-utils-c934e0b32812ea257d860ff50b17698a3a164fb1.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 c7f25bd..93fba60 100755..100644
--- a/configure
+++ b/configure
@@ -338,7 +338,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