]> git.pld-linux.org Git - packages/crossmingw32-libjpeg.git/blob - crossmingw32-libjpeg-shared.patch
- rel 3 to rebuild with gcc 3.4.2
[packages/crossmingw32-libjpeg.git] / crossmingw32-libjpeg-shared.patch
1 diff -ruN jpeg-6b./makefile.cfg jpeg-6b/makefile.cfg
2 --- jpeg-6b./makefile.cfg       2003-12-25 03:23:00.000000000 +0100
3 +++ jpeg-6b/makefile.cfg        2003-12-25 03:26:30.147554616 +0100
4 @@ -166,6 +166,9 @@
5         $(AR) libjpeg.a  $(LIBOBJECTS)
6         $(AR2) libjpeg.a
7  
8 +jpeg.dll: $(LIBOBJECTS)
9 +       $(CC) $(LIBOBJECTS) -shared -Wl,--enable-auto-image-base -o jpeg.dll -Wl,--out-implib,libjpeg.dll.a
10 +
11  # with libtool:
12  libjpeg.la:  $(LIBOBJECTS)
13         $(LIBTOOL) --mode=link $(CC) -o libjpeg.la $(LIBOBJECTS) \
This page took 0.056733 seconds and 3 git commands to generate.