summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:45:09 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:45:09 +0000
commit195a2a26117745ceb144a0f21a4e47b6e9773af3 (patch)
tree257175b1cf5e4a2af3ed72fcb9dacf3c7d803948
parent5d5a081f2028c88ba9625241676169f0c3ec17d9 (diff)
downloads6-frontend-195a2a26117745ceb144a0f21a4e47b6e9773af3.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 bf32c45..449eabd 100755..100644
--- a/configure
+++ b/configure
@@ -346,7 +346,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