diff options
author | Günther Deschner <gd@samba.org> | 2011-02-23 11:30:11 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-02-23 12:46:33 +0100 |
commit | 110f11d1365367555ebe1cbe3cc8b61b081a4cdd (patch) | |
tree | b36cb5faa6c38ed238db548b2726f34f3ecaf358 /lib/util | |
parent | 91099d896bb6cc9aa8ca6ae509c2e20d5fa87a75 (diff) | |
download | samba-110f11d1365367555ebe1cbe3cc8b61b081a4cdd.tar.gz samba-110f11d1365367555ebe1cbe3cc8b61b081a4cdd.tar.bz2 samba-110f11d1365367555ebe1cbe3cc8b61b081a4cdd.zip |
lib/util/charset: ICONV_WRAPPER needs talloc.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Wed Feb 23 12:46:33 CET 2011 on sn-devel-104
Diffstat (limited to 'lib/util')
-rw-r--r-- | lib/util/charset/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/charset/wscript_build b/lib/util/charset/wscript_build index 93b4733093..ab7cfc412d 100644 --- a/lib/util/charset/wscript_build +++ b/lib/util/charset/wscript_build @@ -10,7 +10,7 @@ if bld.env._SAMBA_BUILD_ == 4: bld.SAMBA_SUBSYSTEM('ICONV_WRAPPER', source='iconv.c', - public_deps='iconv replace') + public_deps='iconv replace talloc') bld.SAMBA_SUBSYSTEM('CODEPOINTS', source='codepoints.c', |