From: Andreas Schneider Date: Tue, 24 Jan 2012 13:28:48 +0000 (+0100) Subject: s3-waf: Link smbget only against needed subsystems. X-Git-Tag: tevent-0.9.15~209 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1fa80f0f29544bbdac8f5c714a3730e4afe8e2c0;p=thirdparty%2Fsamba.git s3-waf: Link smbget only against needed subsystems. --- diff --git a/source3/wscript_build b/source3/wscript_build index acee1705d65..80afc69ba7f 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1452,7 +1452,9 @@ bld.SAMBA3_BINARY('pdbedit', bld.SAMBA3_BINARY('smbget', source=SMBGET_SRC, - deps='''talloc tdb_compat smbclient popt_samba3''', + deps=''' + talloc + smbclient''', vars=locals()) bld.SAMBA3_BINARY('nmblookup' + bld.env.suffix3,