You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libimagequant/libimagequant_solibperm.patch

13 lines
759 B

4 years ago
diff -rupN --no-dereference libimagequant-2.15.1/Makefile libimagequant-2.15.1-new/Makefile
--- libimagequant-2.15.1/Makefile 2021-05-13 11:29:53.000000000 +0200
+++ libimagequant-2.15.1-new/Makefile 2021-05-15 10:39:30.352021349 +0200
4 years ago
@@ -115,7 +115,7 @@ install: all $(PKGCONFIG)
7 years ago
install -d $(DESTDIR)$(PKGCONFIGDIR)
install -d $(DESTDIR)$(INCLUDEDIR)
install -m 644 $(STATICLIB) $(DESTDIR)$(LIBDIR)/$(STATICLIB)
- install -m 644 $(SHAREDLIBVER) $(DESTDIR)$(LIBDIR)/$(SHAREDLIBVER)
+ install -m 755 $(SHAREDLIBVER) $(DESTDIR)$(LIBDIR)/$(SHAREDLIBVER)
ln -sf $(SHAREDLIBVER) $(DESTDIR)$(LIBDIR)/$(SHAREDLIB)
install -m 644 $(PKGCONFIG) $(DESTDIR)$(PKGCONFIGDIR)/$(PKGCONFIG)
install -m 644 libimagequant.h $(DESTDIR)$(INCLUDEDIR)/libimagequant.h