diff options
author | Kai Blin <kai@samba.org> | 2010-06-15 06:53:11 +0200 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2010-06-17 08:09:49 +0200 |
commit | 83ad437a9cf9f0ed36ea0e72282020e9330f8c88 (patch) | |
tree | 925bf788a913e4cfa8ee5bd9ba875341bac723e9 /source3/wscript_build | |
parent | 7a1c24705dba06753a693a3dbee93d473726d05a (diff) | |
download | samba-83ad437a9cf9f0ed36ea0e72282020e9330f8c88.tar.gz samba-83ad437a9cf9f0ed36ea0e72282020e9330f8c88.tar.bz2 samba-83ad437a9cf9f0ed36ea0e72282020e9330f8c88.zip |
s3-waf: Add check for iconv
Diffstat (limited to 'source3/wscript_build')
-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 47a330aa87..0915a6aa19 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -891,7 +891,7 @@ bld.SAMBA_SUBSYSTEM('KRBCLIENT', bld.SAMBA_SUBSYSTEM('LIBS', source=LIB_SRC, - deps='NSS_WRAPPER', + deps='NSS_WRAPPER iconv', vars=locals()) bld.SAMBA_SUBSYSTEM('LIB_NONSMBD', |