]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-waf: Link smbpasswd only against needed subsystems.
authorAndreas Schneider <asn@samba.org>
Tue, 24 Jan 2012 13:20:03 +0000 (14:20 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:28 +0000 (11:58 +0100)
source3/wscript_build

index 58da923cb3d510aaf89cd1ebee890c6568e93faf..b6d6b8184fc1bd375b1ca267828ccc3e93e528ac 100755 (executable)
@@ -1432,9 +1432,12 @@ bld.SAMBA3_BINARY('smbtree',
 
 bld.SAMBA3_BINARY('smbpasswd',
                  source=SMBPASSWD_SRC,
-                 deps='''talloc tdb_compat tevent cap wbclient param smbd_shim
-                 libsmb popt_samba3 KRBCLIENT pdb ndr-standard msrpc3 PASSWD_UTIL
-                 LIBCLI_SAMR INIT_LSA PASSCHANGE''',
+                 deps='''
+                 talloc
+                 param
+                 pdb
+                 PASSWD_UTIL
+                 PASSCHANGE''',
                  vars=locals())
 
 bld.SAMBA3_BINARY('pdbedit',