From: Andreas Schneider Date: Tue, 24 Jan 2012 10:28:28 +0000 (+0100) Subject: s3-waf: Link smbclient only against needed subsystems. X-Git-Tag: tevent-0.9.15~220 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=84e2a6e632e76772b3d2e4b7f3837a74f7c8994b;p=thirdparty%2Fsamba.git s3-waf: Link smbclient only against needed subsystems. --- diff --git a/source3/wscript_build b/source3/wscript_build index 3bb7a10498f..b2afccc1716 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1312,9 +1312,14 @@ bld.SAMBA3_BINARY('rpcclient/rpcclient', bld.SAMBA3_BINARY('client/smbclient' + bld.env.suffix3, source=CLIENT_SRC, - deps='''talloc tdb_compat cap popt_samba3 pdb libsmb smbd_shim - param wbclient param KRBCLIENT ndr-standard - msrpc3 SMBREADLINE smbclient RPC_NDR_SRVSVC INIT_LSA + deps=''' + talloc + popt_samba3 + param + ndr-standard + SMBREADLINE + smbclient + RPC_NDR_SRVSVC cli_smb_common''', vars=locals())