From: Günther Deschner Date: Wed, 23 Feb 2011 10:30:11 +0000 (+0100) Subject: lib/util/charset: ICONV_WRAPPER needs talloc. X-Git-Tag: tevent-0.9.11~336 X-Git-Url: http://git.samba.org/samba.git/?p=samba.git;a=commitdiff_plain;h=110f11d1365367555ebe1cbe3cc8b61b081a4cdd lib/util/charset: ICONV_WRAPPER needs talloc. Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Feb 23 12:46:33 CET 2011 on sn-devel-104 --- diff --git a/lib/util/charset/wscript_build b/lib/util/charset/wscript_build index 93b47330934..ab7cfc412df 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',