]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3-waf: Link nmbd only against needed subsystems.
authorAndreas Schneider <asn@samba.org>
Mon, 23 Jan 2012 13:46:45 +0000 (14:46 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 25 Jan 2012 10:58:27 +0000 (11:58 +0100)
source3/wscript_build

index df29e0305e39450700b4de048f659eafa1d8a9c8..979d8e13694095456a2ff7ec9d170d49d3b98955 100755 (executable)
@@ -1200,9 +1200,13 @@ bld.SAMBA3_BINARY('smbd/smbd',
 
 bld.SAMBA3_BINARY('nmbd/nmbd',
                  source=NMBD_SRC,
-                 deps='''talloc tdb_compat tevent z cap wbclient dl
-                 pdb param ldap smbd_shim libsmb
-                 popt_samba3 KRBCLIENT NDR_SAMR NDR_LSA PROFILE''',
+                 deps='''
+                 talloc
+                 tevent
+                 param
+                 libsmb
+                 popt_samba3
+                 PROFILE''',
                  install_path='${SBINDIR}',
                  vars=locals())