]> git.pld-linux.org Git - packages/pngquant.git/blame - pngquant-soname.patch
- renamed gomp bcond to compiler-agnostic openmp
[packages/pngquant.git] / pngquant-soname.patch
CommitLineData
683a4347
JB
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.072029 seconds and 4 git commands to generate.