]> git.pld-linux.org Git - packages/crossmingw32-zlib.git/blame - crossmingw32-zlib-shared.patch
- updated to 1.2.4 (adds LFS)
[packages/crossmingw32-zlib.git] / crossmingw32-zlib-shared.patch
CommitLineData
7d8bfb07
JB
1--- zlib-1.2.4./Makefile.in 2003-12-25 03:08:31.000000000 +0100
2+++ zlib-1.2.4/Makefile.in 2003-12-25 03:10:13.070092968 +0100
3@@ -108,6 +108,9 @@
4 $(AR) $@ $(OBJS)
ed4823d3 5 -@ ($(RANLIB) $@ || true) >/dev/null 2>&1
6
7d8bfb07
JB
7+z.dll: $(OBJS)
8+ $(CC) -shared $(OBJS) -Wl,--enable-auto-image-base -o z.dll -Wl,--out-implib,libz.dll.a
ed4823d3 9+
10 match.o: match.S
11 $(CPP) match.S > _match.s
12 $(CC) -c _match.s
This page took 0.030375 seconds and 4 git commands to generate.