diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:03:42 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:03:42 +0000 |
commit | 553976b8d257fe79d872d38e9905646a8c9c2f4d (patch) | |
tree | e5ad2bcc5c7c9b6dfef482908717a6d1022a0853 | |
parent | d7fd406d49495a2fcc8562c1a2bd347a184dbe95 (diff) | |
download | execline-553976b8d257fe79d872d38e9905646a8c9c2f4d.tar.xz |
-Wa,--noexecstack belongs to CPPFLAGS
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |