diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:44:48 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-12-28 14:44:48 +0000 |
commit | 44e7d3335c4fe8299799a0d4d93720563c1ffd57 (patch) | |
tree | 693eadff5ed9b154c670c6c61f449cc5242a3ff5 /configure | |
parent | 665f02b525042ca5bad73061c71dc94257e23f74 (diff) | |
download | nsss-44e7d3335c4fe8299799a0d4d93720563c1ffd57.tar.xz |
Don't put -fno-stack-protector in default CFLAGS
Diffstat (limited to 'configure')
-rw-r--r--[-rwxr-xr-x] | configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure index 94a9c1f..f9c65cc 100755..100644 --- a/configure +++ b/configure @@ -335,7 +335,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 |