components/cups/patches/01-cups-config.patch
author Norm Jacobs <Norm.Jacobs@Oracle.COM>
Mon, 04 May 2015 18:32:20 -0500
changeset 4251 2bf7e2c1ca74
parent 220 3ff562b51ff5
permissions -rw-r--r--
21029374 probably shouldn't overload TMP_SUFFIXES in userland fragments

--- 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