summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-04-08 12:32:32 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-04-08 12:32:32 +0000
commite33f23bb4e95f9fbc9768f65900c6bebd122e16b (patch)
tree5fbacb31b357fbcc95990358333611870dd86452
parentb4c668f3e138733548dfd36b3bcbd8dbbd143985 (diff)
downloads6-rc-e33f23bb4e95f9fbc9768f65900c6bebd122e16b.tar.xz
noexecstack only works in LDFLAGS
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 51ba8a2..f6ee9d1 100755
--- a/configure
+++ b/configure
@@ -336,7 +336,6 @@ tryflag CFLAGS -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 CFLAGS -fno-stack-protector
tryflag CPPFLAGS_AUTO -Werror=implicit-function-declaration
tryflag CPPFLAGS_AUTO -Werror=implicit-int
@@ -347,6 +346,7 @@ tryflag CFLAGS_AUTO -fdata-sections
tryldflag LDFLAGS_AUTO -Wl,--sort-section=alignment
tryldflag LDFLAGS_AUTO -Wl,--sort-common
+tryldflag LDFLAGS_AUTO -Wl,-z,noexecstack
CPPFLAGS_AUTO="${CPPFLAGS_AUTO}${addincpath}"