diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:05:03 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:05:03 +0000 |
commit | 2a8c184a1ece958ea9f6afdea6bf0f1f7c86c10b (patch) | |
tree | 2c0950fdf95d243cbea5fe57de6a7dfaab800f15 | |
parent | 94ed5361d2c0e8f35a09bf9a155ecb9527f113e5 (diff) | |
download | s6-linux-init-2a8c184a1ece958ea9f6afdea6bf0f1f7c86c10b.tar.xz |
-Wa,--noexecstack belongs to CPPFLAGS
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |