components/cups/patches/01-cups-config.patch
author Danek Duvall <danek.duvall@oracle.com>
Fri, 29 Jun 2012 21:49:03 -0700
changeset 904 114a5240af22
parent 220 3ff562b51ff5
permissions -rw-r--r--
7179129 "zfs create" should be able to complete parent datasets 7180931 sync zsh completion functions with build 20

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