From: Andreas Schneider Date: Tue, 24 Jan 2012 14:57:15 +0000 (+0100) Subject: s3-waf: Link smbcacls only against needed subsystems. X-Git-Tag: tevent-0.9.15~203 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07cc5abb01b00c58bbc72830d3fb780791367c2e;p=thirdparty%2Fsamba.git s3-waf: Link smbcacls only against needed subsystems. --- diff --git a/source3/wscript_build b/source3/wscript_build index 643fcfaf800..b7376afcd61 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1509,9 +1509,11 @@ bld.SAMBA3_BINARY('msgtest', bld.SAMBA3_BINARY('smbcacls', source=SMBCACLS_SRC, - deps='''talloc tdb_compat cap wbclient param libsmb KRBCLIENT - smbd_shim pdb popt_samba3 ndr-standard - msrpc3 libcli_lsa3''', + deps=''' + talloc + popt_samba3 + msrpc3 + libcli_lsa3''', vars=locals()) bld.SAMBA3_BINARY('smbcquotas',