]> git.pld-linux.org Git - packages/pdflib-lite.git/blob - pdflib-lite-libtool.patch
- new, last release of pdflib-lite (7.0.5p3)
[packages/pdflib-lite.git] / pdflib-lite-libtool.patch
1 --- PDFlib-Lite-7.0.5p3/config/mkmainlib.inc.in.orig    2020-11-19 17:26:48.045119985 +0100
2 +++ PDFlib-Lite-7.0.5p3/config/mkmainlib.inc.in 2020-11-19 18:24:35.243003229 +0100
3 @@ -29,7 +29,7 @@
4         @-if test "$(WITH_SHARED)" = "no"; then \
5             cp .libs/$(MAINLIBNAME) .libs/$(MAINLIBNAME)i;\
6         fi
7 -       $(LIBTOOL) $(INSTALL_DATA) $(MAINLIBNAME) $(DESTDIR)$(libdir);
8 +       $(LIBTOOL) --mode=install $(INSTALL_DATA) $(MAINLIBNAME) $(DESTDIR)$(libdir);
9         @-if test "$(WITH_SHARED)" = "yes"; then        \
10             $(LIBTOOL) -n --finish $(DESTDIR)$(libdir);\
11         else\
This page took 0.086581 seconds and 3 git commands to generate.