]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-waf: Link rpc_open_tcp only against needed subsystems.
authorAndreas Schneider <asn@samba.org>
Tue, 24 Jan 2012 15:46:55 +0000 (16:46 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:29 +0000 (11:58 +0100)
source3/wscript_build

index 25b542780cb0a9cd2d9a06cbf21f1fcdb54d1ab5..1af42fa99797ea3a0dbe4178382b64f78e80f476 100755 (executable)
@@ -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',