From bbb91314a2773364612330bd95b23185a89340dc Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 24 Jan 2012 16:08:59 +0100 Subject: [PATCH] s3-waf: Link sharesec only against needed subsystems. --- source3/wscript_build | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source3/wscript_build b/source3/wscript_build index 0ef0b8091cb..5fbe97fe6d4 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1536,7 +1536,9 @@ bld.SAMBA3_BINARY('eventlogadm', bld.SAMBA3_BINARY('sharesec', source=SHARESEC_SRC, - deps='''talloc tdb_compat tevent cap wbclient param smbd_shim popt_samba3''', + deps=''' + talloc + popt_samba3''', vars=locals()) bld.SAMBA3_BINARY('locktest' + bld.env.suffix3, -- 2.11.4.GIT