]> git.pld-linux.org Git - packages/LPRng.git/commitdiff
- use LIBS when linking liblpr.la
authorsparky <sparky@pld-linux.org>
Sat, 19 May 2007 16:53:05 +0000 (16:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    LPRng-as-needed.patch -> 1.1

LPRng-as-needed.patch [new file with mode: 0644]

diff --git a/LPRng-as-needed.patch b/LPRng-as-needed.patch
new file mode 100644 (file)
index 0000000..016b32e
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Nur LPRng-3.8.28.orig/src/Makefile.in LPRng-3.8.28.as-needed/src/Makefile.in
+--- LPRng-3.8.28.orig/src/Makefile.in  2003-11-17 20:35:23.000000000 +0000
++++ LPRng-3.8.28.as-needed/src/Makefile.in     2007-05-19 16:47:40.000000000 +0000
+@@ -265,7 +265,7 @@
+ liblpr.la: $(LIBLPR_OBJS)
+-      $(LINK) $(LIBLPR_OBJS) -rpath ${libdir}
++      $(LINK) $(LIBLPR_OBJS) -rpath ${libdir} $(LIBS)
+ lpd: $(LPD_OBJS) liblpr.la
+       $(LINK) ${LPD_OBJS} liblpr.la $(LIBS)
This page took 0.110582 seconds and 4 git commands to generate.