summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:05:16 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:05:16 +0000
commit295824d08d724608aa5c6c9992a4fa6937fc8d80 (patch)
tree7c5c08ed755139cb111ad118799f7a1fabe04d2f
parenta5dff0ba5c53e5849d1b346c688c5497324d0f2c (diff)
downloads6-rc-295824d08d724608aa5c6c9992a4fa6937fc8d80.tar.xz
-Wa,--noexecstack belongs to CPPFLAGS
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ea52cf9..67b3148 100755
--- a/configure
+++ b/configure
@@ -306,7 +306,7 @@ tryflag CFLAGS_AUTO -fomit-frame-pointer
tryflag CFLAGS_AUTO -fno-exceptions
tryflag CFLAGS_AUTO -fno-unwind-tables
tryflag CFLAGS_AUTO -fno-asynchronous-unwind-tables
-tryflag CFLAGS_AUTO -Wa,--noexecstack
+tryflag CPPFLAGS_AUTO -Wa,--noexecstack
tryflag CFLAGS_AUTO -fno-stack-protector
tryflag CPPFLAGS_AUTO -Werror=implicit-function-declaration
tryflag CPPFLAGS_AUTO -Werror=implicit-int