components/cups/patches/01-cups-config.patch
author Jiri Sasek <Jiri.Sasek@Sun.COM>
Mon, 09 May 2011 15:26:57 -0700
changeset 220 3ff562b51ff5
permissions -rw-r--r--
7040638 CUPS (Common Unix Printing System) should move to Userland.

--- cups-config.in.orig	Tue Jun 15 17:49:01 2010
+++ cups-config.in	Tue Dec  7 01:48:35 2010
@@ -113,7 +113,7 @@
 	    ;;
 	--libs)
 	    if test $static = no; then
-	        libs="@EXTLINKCUPS@ $LIBS";
+	        libs="@EXTLINKCUPS@"
  	        if test $image = yes; then
  	            libs="@EXTLINKCUPSIMAGE@ $libs"
 		fi