diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:04:59 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-09-26 15:04:59 +0000 |
commit | 37e6ec105afdeb3ff810eb87f89161f2bd2e84d6 (patch) | |
tree | 837ceb120c6542da9432c1d4bd14653357e0b7e5 /configure | |
parent | 8260232cde6212b5c5866b027024a03ba2a8655a (diff) | |
download | s6-dns-37e6ec105afdeb3ff810eb87f89161f2bd2e84d6.tar.xz |
-Wa,--noexecstack belongs to CPPFLAGS
Diffstat (limited to 'configure')
-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 |