]> git.pld-linux.org Git - packages/crossmingw32-zlib.git/blob - crossmingw32-zlib-shared.patch
- updated to 1.2.4 (adds LFS)
[packages/crossmingw32-zlib.git] / crossmingw32-zlib-shared.patch
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)
5         -@ ($(RANLIB) $@ || true) >/dev/null 2>&1
6  
7 +z.dll: $(OBJS)
8 +       $(CC) -shared $(OBJS) -Wl,--enable-auto-image-base -o z.dll -Wl,--out-implib,libz.dll.a
9 +
10  match.o: match.S
11         $(CPP) match.S > _match.s
12         $(CC) -c _match.s
This page took 0.030013 seconds and 3 git commands to generate.