summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:44:43 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2020-12-28 14:44:43 +0000
commit0cb587090823d85b1fe270c98ea31e24028df23e (patch)
tree7cbb8f86407b3dbfd1607d0a6b6c9fd5106bcdb7
parentaab9231aeeec1f18b89163e06fe16c3718c2abba (diff)
downloadmdevd-0cb587090823d85b1fe270c98ea31e24028df23e.tar.gz
mdevd-0cb587090823d85b1fe270c98ea31e24028df23e.tar.xz
mdevd-0cb587090823d85b1fe270c98ea31e24028df23e.zip
Don't put -fno-stack-protector in default CFLAGS
-rw-r--r--[-rwxr-xr-x]configure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index c7f25bd..93fba60 100755..100644
--- a/configure
+++ b/configure
@@ -338,7 +338,6 @@ 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
 tryflag CPPFLAGS_AUTO -Werror=pointer-sign