summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:03:42 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:03:42 +0000
commit553976b8d257fe79d872d38e9905646a8c9c2f4d (patch)
treee5ad2bcc5c7c9b6dfef482908717a6d1022a0853
parentd7fd406d49495a2fcc8562c1a2bd347a184dbe95 (diff)
downloadexecline-553976b8d257fe79d872d38e9905646a8c9c2f4d.tar.xz
-Wa,--noexecstack belongs to CPPFLAGS
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 32f7ab2..7ac54ee 100755
--- a/configure
+++ b/configure
@@ -300,7 +300,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