skalibs

Mirror/fork of https://skarnet.org/software/skalibs/
git clone https://ccx.te2000.cz/git/skalibs
Log | Files | Refs | README | LICENSE

commit e5c83dd7b233255a593ee3eace6513814e9b507e
parent 563670ff4bb6c50a91aa31427078515a85a92ce3
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon, 28 Dec 2020 14:38:21 +0000

 Remove -fno-stack-protector from default CFLAGS

Diffstat:
Mconfigure | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/configure b/configure @@ -560,7 +560,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