From b1d5dc91959858b1f3e822752e4026ab745d97df Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 18 Jan 2012 14:57:07 +0100 Subject: s3-waf: Link LIBNTLMSSP only against needed subsystems. --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/wscript_build b/source3/wscript_build index 219bec9270..7122d5294a 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -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', -- cgit