summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:45:04 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:45:04 +0000
commit5b063a4db3e631d40c05b77ecc7554ebdf5fff92 (patch)
treea0c17776d82ecd21fc6c845aad37ef4c13160eac /configure
parentc6e30fe7be92b1fcbf50d764e3e5900ae5445984 (diff)
downloads6-dns-5b063a4db3e631d40c05b77ecc7554ebdf5fff92.tar.xz
Don't put -fno-stack-protector in default CFLAGS
Diffstat (limited to 'configure')
-rw-r--r--[-rwxr-xr-x]configure1
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