components/cups/patches/01-cups-config.patch
author Stefan Teleman <stefan.teleman@oracle.com>
Tue, 17 Mar 2015 19:06:56 -0700
changeset 3966 cca72467a46d
parent 220 3ff562b51ff5
permissions -rw-r--r--
19078668 unixODBC version 2.3.1 needs a TPNO

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