]> git.pld-linux.org Git - packages/LPRng.git/blob - LPRng-as-needed.patch
- rediff patches, rel 5
[packages/LPRng.git] / LPRng-as-needed.patch
1 diff -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.031211 seconds and 3 git commands to generate.