diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:45:14 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:45:14 +0000 |
commit | 5cda6f5fdc8f8d6a840c7d0a92e1f24c0459162b (patch) | |
tree | b5c5ff0ee6afa831df17591d514557601512f62b | |
parent | 4f102b2c19f69c73fcd0aefb35f8613cf0f97117 (diff) | |
download | s6-linux-init-5cda6f5fdc8f8d6a840c7d0a92e1f24c0459162b.tar.xz |
Don't put -fno-stack-protector in default CFLAGS
-rw-r--r--[-rwxr-xr-x] | configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure index 9004f70..04af07b 100755..100644 --- a/configure +++ b/configure @@ -361,7 +361,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 |