diff options
author | Kai Blin <kai@samba.org> | 2010-06-17 08:09:41 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-06-17 08:10:11 +0200 |
commit | 93280974b8fb236b212b9116a1d8921329e5e1d8 (patch) | |
tree | 3fd9b7973c8837ce55b1a4259383597ae6f9fd77 | |
parent | 83ad437a9cf9f0ed36ea0e72282020e9330f8c88 (diff) | |
download | samba-93280974b8fb236b212b9116a1d8921329e5e1d8.tar.gz samba-93280974b8fb236b212b9116a1d8921329e5e1d8.tar.bz2 samba-93280974b8fb236b212b9116a1d8921329e5e1d8.zip |
s3-waf: Fix the OSX 10.4 build by adding an explicit resolv dep on smbclient
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 0915a6aa19..d91d2bed58 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -960,7 +960,7 @@ bld.SAMBA_BINARY('web/swat', bld.SAMBA_BINARY('smbclient', source=CLIENT_SRC, - deps='''talloc tdb cap POPT_SAMBA PASSDB LIBSMB LIB_NONSMBD + deps='''talloc tdb cap resolv POPT_SAMBA PASSDB LIBSMB LIB_NONSMBD PARAM_WITHOUT_REG LIBWBCLIENT DYNCONFIG PARAM KRBCLIENT''', vars=locals()) |