From 60381a444d3aacc8bdcccfe1a2ecdf4497ae4372 Mon Sep 17 00:00:00 2001 From: nishi Date: Tue, 6 Feb 2024 01:52:24 +0000 Subject: [PATCH] fstack protector git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@171 d27a3e52-49c5-7645-884c-6793ebffc270 --- Library/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Makefile b/Library/Makefile index a5fa106..4a3eda1 100644 --- a/Library/Makefile +++ b/Library/Makefile @@ -5,7 +5,7 @@ OBJS = ./Core.o ./Util.o ./DNS.o ./HTTP.o ./Gopher.o ./POP3.o ./File.o ./URL.o . ifeq ($(WINDOWS),YES) ./w3.dll: $(OBJS) - $(CC) $(LDFLAGS) -L../openssl/lib/mingw/$(WINARCH) -shared -Wl,--out-implib,./w3.lib -o $@ $^ $(LIBS) + $(CC) $(LDFLAGS) -fstack-protector -L../openssl/lib/mingw/$(WINARCH) -shared -Wl,--out-implib,./w3.lib -o $@ $^ $(LIBS) else ./libw3.so: $(OBJS) -- 2.43.0