SOURCES: LPRng-as-needed.patch (NEW) - use LIBS when linking liblp...

sparky sparky at pld-linux.org
Sat May 19 18:53:11 CEST 2007


Author: sparky                       Date: Sat May 19 16:53:11 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- use LIBS when linking liblpr.la

---- Files affected:
SOURCES:
   LPRng-as-needed.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/LPRng-as-needed.patch
diff -u /dev/null SOURCES/LPRng-as-needed.patch:1.1
--- /dev/null	Sat May 19 18:53:11 2007
+++ SOURCES/LPRng-as-needed.patch	Sat May 19 18:53:05 2007
@@ -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)
================================================================


More information about the pld-cvs-commit mailing list