From: Andreas Schneider Date: Tue, 24 Jan 2012 15:46:55 +0000 (+0100) Subject: s3-waf: Link rpc_open_tcp only against needed subsystems. X-Git-Tag: tevent-0.9.15~192 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b295da29b139085e98b48bed721442320f02e91f;p=thirdparty%2Fsamba.git s3-waf: Link rpc_open_tcp only against needed subsystems. --- diff --git a/source3/wscript_build b/source3/wscript_build index 25b542780cb..1af42fa9979 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1618,8 +1618,9 @@ bld.SAMBA3_BINARY('timelimit', bld.SAMBA3_BINARY('rpc_open_tcp', source=RPC_OPEN_TCP_SRC, - deps='''talloc tdb_compat tevent cap wbclient KRBCLIENT param samba3core libsmb smbd_shim - asn1util LIBTSOCKET ndr-standard msrpc3''', + deps=''' + talloc + msrpc3''', vars=locals()) bld.SAMBA3_BINARY('test_lp_load',