s3-waf: work around broken cups-config --libs output
authorAndrew Tridgell <tridge@samba.org>
Mon, 21 Feb 2011 02:58:13 +0000 (13:58 +1100)
committerAndrew Tridgell <tridge@samba.org>
Tue, 22 Feb 2011 01:51:09 +0000 (02:51 +0100)
commit15c04403496bb940c5981dca0b960ec45e47c7d8
treefdcab88ccfdb628c1e0b8d4a1c8afb0711739ce4
parentf180e1ab7c3957b9d387ea0b3219b1805b2bde77
s3-waf: work around broken cups-config --libs output

"cups-config --libs" returns -lgssapi_krb5, which ties it to the
system krb5 library. It should get this via the indirect dependency of
libcups.so instead.

Work around this by using 'cups' as the library and avoid using --libs
in the cups-config command

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
source3/wscript