From: nishi Date: Tue, 6 Feb 2024 01:52:24 +0000 (+0000) Subject: fstack protector X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=60381a444d3aacc8bdcccfe1a2ecdf4497ae4372;p=libw3.git fstack protector git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@171 d27a3e52-49c5-7645-884c-6793ebffc270 --- 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)