]> git.pld-linux.org Git - packages/LPRng.git/blame - LPRng-as-needed.patch
- rediff patches, rel 5
[packages/LPRng.git] / LPRng-as-needed.patch
CommitLineData
9f64483c 1diff -Nur LPRng-3.8.28.orig/src/Makefile.in LPRng-3.8.28.as-needed/src/Makefile.in
2--- LPRng-3.8.28.orig/src/Makefile.in 2003-11-17 20:35:23.000000000 +0000
3+++ LPRng-3.8.28.as-needed/src/Makefile.in 2007-05-19 16:47:40.000000000 +0000
4@@ -265,7 +265,7 @@
5
6
7 liblpr.la: $(LIBLPR_OBJS)
8- $(LINK) $(LIBLPR_OBJS) -rpath ${libdir}
9+ $(LINK) $(LIBLPR_OBJS) -rpath ${libdir} $(LIBS)
10
11 lpd: $(LPD_OBJS) liblpr.la
12 $(LINK) ${LPD_OBJS} liblpr.la $(LIBS)
This page took 0.092576 seconds and 4 git commands to generate.