From: Andreas Schneider Date: Tue, 24 Jan 2012 11:51:31 +0000 (+0100) Subject: s3-waf: Link smbspool only against needed subsystems. X-Git-Tag: tevent-0.9.15~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e4e84a8ff43ccca5ebdc477e41252a90beedd42;p=thirdparty%2Fsamba.git s3-waf: Link smbspool only against needed subsystems. --- diff --git a/source3/wscript_build b/source3/wscript_build index 4ccffe801a3..5c9cc313d89 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1375,8 +1375,13 @@ bld.SAMBA3_BINARY('profiles', bld.SAMBA3_BINARY('smbspool', source=CUPS_SRC, - deps='''talloc tdb_compat tevent cap wbclient popt_samba3 param libsmb smbd_shim samba3core - KRBCLIENT asn1util LIBTSOCKET NDR_SAMR NDR_LSA''', + deps=''' + talloc + tevent + popt_samba3 + param + libsmb + samba3core''', vars=locals()) bld.SAMBA3_BINARY('testparm',