From 286383d8baa52a9c86e33139642736a74689ee12 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 26 Sep 2016 15:05:05 +0000 Subject: -Wa,--noexecstack belongs to CPPFLAGS --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3