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

index de224b4f4163df6a7c6526aaf48679a0ebaf390a..716b5b6b4360adfa5726ae0c396737f34d1ece93 100755 (executable)
@@ -1640,7 +1640,9 @@ bld.SAMBA3_BINARY('dbwrap_tool',
 
 bld.SAMBA3_BINARY('dbwrap_torture',
                  source=DBWRAP_TORTURE_SRC,
-                 deps='''talloc tdb_compat tevent cap param  smbd_shim popt_samba3''',
+                 deps='''
+                 talloc
+                 popt_samba3''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('split_tokens',