]> git.pld-linux.org Git - packages/pngquant.git/blob - pngquant-soname.patch
- new
[packages/pngquant.git] / pngquant-soname.patch
1 --- pngquant-2.4.1/lib/Makefile.orig    2015-06-12 23:46:49.000000000 +0200
2 +++ pngquant-2.4.1/lib/Makefile 2015-06-21 15:21:49.201927767 +0200
3 @@ -36,7 +36,8 @@
4         $(CC) -fPIC $(CFLAGS) -c $(@:.lo=.c) -o $@
5  
6  $(SHAREDLIB): $(SHAREDOBJS)
7 -       $(CC) -shared -o $@ $^ $(LDFLAGS)
8 +       $(CC) -shared -o $@ $^ $(LDFLAGS) -Wl,-soname,$(SHAREDLIB)
9 +       ln -sf $(SHAREDLIB) libimagequant.so
10  
11  $(OBJS): $(wildcard *.h) config.mk
12  
This page took 0.05733 seconds and 3 git commands to generate.