summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2010-06-17 08:09:41 +0200
committerKai Blin <kai@samba.org>2010-06-17 08:10:11 +0200
commit93280974b8fb236b212b9116a1d8921329e5e1d8 (patch)
tree3fd9b7973c8837ce55b1a4259383597ae6f9fd77 /source3
parent83ad437a9cf9f0ed36ea0e72282020e9330f8c88 (diff)
downloadsamba-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
Diffstat (limited to 'source3')
-rw-r--r--source3/wscript_build2
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())