]> git.pld-linux.org Git - packages/giflib.git/blob - giflib-make.patch
- updated to 5.1.9
[packages/giflib.git] / giflib-make.patch
1 --- giflib-5.1.9/Makefile.orig  2019-04-26 17:33:39.313133728 +0200
2 +++ giflib-5.1.9/Makefile       2019-04-26 17:35:09.355979257 +0200
3 @@ -60,12 +60,12 @@
4         gifsponge \
5         gifwedge
6  
7 -LDLIBS=libgif.a -lm
8 +LDLIBS=-L. -lgif -lm
9  
10  all: libgif.so libgif.a libutil.so libutil.a $(UTILS)
11         $(MAKE) -C doc
12  
13 -$(UTILS):: libgif.a libutil.a
14 +$(UTILS):: libgif.so libutil.a
15  
16  libgif.so: $(OBJECTS) $(HEADERS)
17         $(CC) $(CFLAGS) -shared $(LDFLAGS) -Wl,-soname -Wl,libgif.so.$(LIBMAJOR) -o libgif.so $(OBJECTS)
This page took 0.080125 seconds and 3 git commands to generate.