summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:44:48 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:44:48 +0000
commit44e7d3335c4fe8299799a0d4d93720563c1ffd57 (patch)
tree693eadff5ed9b154c670c6c61f449cc5242a3ff5
parent665f02b525042ca5bad73061c71dc94257e23f74 (diff)
downloadnsss-44e7d3335c4fe8299799a0d4d93720563c1ffd57.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 94a9c1f..f9c65cc 100755..100644
--- a/configure
+++ b/configure
@@ -335,7 +335,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