]> git.pld-linux.org Git - packages/pdflib-lite.git/blob - pdflib-lite-modules.patch
- new, last release of pdflib-lite (7.0.5p3)
[packages/pdflib-lite.git] / pdflib-lite-modules.patch
1 --- PDFlib-Lite-7.0.5p3/bind/pdflib/java/Makefile.orig  2012-06-06 13:59:04.000000000 +0200
2 +++ PDFlib-Lite-7.0.5p3/bind/pdflib/java/Makefile       2020-11-18 21:27:58.221463946 +0100
3 @@ -15,6 +15,7 @@
4  
5  DEPLIBS                = $(BIND_PDFLIBLINK)
6  LIBS           = $(DEPLIBS)
7 +LDFLAGS         += -avoid-version -shared
8  INCLUDES       = $(PDFLIBINC) $(PDCORELIBINC) $(JAVAINCLUDE)
9  
10  LANG_LIBDIR    = $(DESTDIR)$(libdir)
11 --- PDFlib-Lite-7.0.5p3/bind/pdflib/perl/Makefile.orig  2012-06-06 13:59:04.000000000 +0200
12 +++ PDFlib-Lite-7.0.5p3/bind/pdflib/perl/Makefile       2020-11-18 20:42:08.533026953 +0100
13 @@ -8,6 +8,7 @@
14  
15  DEPLIBS                = $(PDFLIBLINK)
16  LIBS           = $(DEPLIBS)
17 +LDFLAGS         += -avoid-version -shared
18  INCLUDES       = $(PDFLIBINC) $(PERLBOOLDEF) $(PERLINCLUDE)
19  # special CFLAGS, as -ansi is not working here.
20  PDFPEDANTIC    =
21 --- PDFlib-Lite-7.0.5p3/bind/pdflib/python/Makefile.orig        2012-06-06 13:59:04.000000000 +0200
22 +++ PDFlib-Lite-7.0.5p3/bind/pdflib/python/Makefile     2020-11-18 20:42:49.736137070 +0100
23 @@ -7,6 +7,7 @@
24  
25  DEPLIBS                = $(PDFLIBLINK)
26  LIBS           = $(DEPLIBS)
27 +LDFLAGS         += -avoid-version -shared
28  INCLUDES       = $(PDFLIBINC) $(PYINCLUDE) $(PDCORELIBINC)
29  # special CFLAGS, as -ansi is not working here.
30  PDFPEDANTIC    = 
31 --- PDFlib-Lite-7.0.5p3/bind/pdflib/tcl/Makefile.orig   2020-11-18 19:10:38.999432975 +0100
32 +++ PDFlib-Lite-7.0.5p3/bind/pdflib/tcl/Makefile        2020-11-18 20:43:08.889366642 +0100
33 @@ -11,6 +11,7 @@
34  PDFPEDANTIC    =
35  DEPLIBS                = $(PDFLIBLINK)
36  LIBS           = $(DEPLIBS) $(TCLLIB)
37 +LDFLAGS         += -avoid-version -shared
38  INCLUDES       = $(PDFLIBINC) $(TCLINCLUDE) -DUSE_INTERP_RESULT
39  
40  LANG_LIBDIR    = $(DESTDIR)$(TCLPACKAGEDIR)
This page took 0.049176 seconds and 3 git commands to generate.