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

index 219bec927047051336e7ef979972c789daed5f88..7122d5294a5b05aa2d90432ad826b0534420ab89 100755 (executable)
@@ -829,7 +829,7 @@ bld.SAMBA3_LIBRARY('smbd_shim',
 
 bld.SAMBA3_SUBSYSTEM('LIBNTLMSSP',
                     source=LIBNTLMSSP_SRC,
-                    deps='NDR_NTLMSSP NTLMSSP_COMMON gensec',
+                    deps='NDR_NTLMSSP NTLMSSP_COMMON',
                     vars=locals())
 
 bld.SAMBA3_SUBSYSTEM('auth_generic',