about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:05:05 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-09-26 15:05:05 +0000
commit286383d8baa52a9c86e33139642736a74689ee12 (patch)
tree982ca58c1b5752c45ceede1ecf8ca95d8ea81412 /configure
parent9a0980fadf9b7a2a4a9c239f3ae667483ea175da (diff)
downloads6-linux-utils-286383d8baa52a9c86e33139642736a74689ee12.tar.gz
s6-linux-utils-286383d8baa52a9c86e33139642736a74689ee12.tar.xz
s6-linux-utils-286383d8baa52a9c86e33139642736a74689ee12.zip
-Wa,--noexecstack belongs to CPPFLAGS
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 482138c..e620094 100755
--- a/configure
+++ b/configure
@@ -297,7 +297,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