rpms/cups/devel cups-link.patch,1.1,1.2 cups.spec,1.130,1.131

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jan 25 17:09:57 UTC 2006


Author: twaugh

Update of /cvs/dist/rpms/cups/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18806

Modified Files:
	cups-link.patch cups.spec 
Log Message:
* Wed Jan 25 2006 Tim Waugh <twaugh at redhat.com>
- Fixed link patch.


cups-link.patch:
 Makefile |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

Index: cups-link.patch
===================================================================
RCS file: /cvs/dist/rpms/cups/devel/cups-link.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cups-link.patch	15 Oct 2005 21:08:40 -0000	1.1
+++ cups-link.patch	25 Jan 2006 17:09:53 -0000	1.2
@@ -5,7 +5,7 @@
  libcupsimage.so.2 libcupsimage.sl.2:	$(IMAGEOBJS) ../Makedefs
  	echo Linking $@...
 -	$(DSO) $(DSOFLAGS) -o $@ $(IMAGEOBJS) $(DSOLIBS) -lm
-+	$(DSO) $(DSOFLAGS) -o $@ $(IMAGEOBJS) $(DSOLIBS) -lm -lcups
++	$(DSO) $(DSOFLAGS) -o $@ $(IMAGEOBJS) $(DSOLIBS) -lm -L../cups -lcups
  	$(RM) `basename $@ .2`
  	$(LN) $@ `basename $@ .2`
  


Index: cups.spec
===================================================================
RCS file: /cvs/dist/rpms/cups/devel/cups.spec,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- cups.spec	17 Jan 2006 11:56:14 -0000	1.130
+++ cups.spec	25 Jan 2006 17:09:53 -0000	1.131
@@ -433,6 +433,9 @@
 %{_libdir}/cups/daemon/cups-lpd
 
 %changelog
+* Wed Jan 25 2006 Tim Waugh <twaugh at redhat.com>
+- Fixed link patch.
+
 * Tue Jan 17 2006 Tim Waugh <twaugh at redhat.com> 1:1.1.23-30
 - Include 'Autodetected' tag for better integration with autodetection tools.
 




More information about the fedora-cvs-commits mailing list