components/cups/patches/01-cups-config.patch
changeset 220 3ff562b51ff5
equal deleted inserted replaced
219:22d9e175d379 220:3ff562b51ff5
       
     1 --- cups-config.in.orig	Tue Jun 15 17:49:01 2010
       
     2 +++ cups-config.in	Tue Dec  7 01:48:35 2010
       
     3 @@ -113,7 +113,7 @@
       
     4  	    ;;
       
     5  	--libs)
       
     6  	    if test $static = no; then
       
     7 -	        libs="@EXTLINKCUPS@ $LIBS";
       
     8 +	        libs="@EXTLINKCUPS@"
       
     9   	        if test $image = yes; then
       
    10   	            libs="@EXTLINKCUPSIMAGE@ $libs"
       
    11  		fi