From 110f11d1365367555ebe1cbe3cc8b61b081a4cdd Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 23 Feb 2011 11:30:11 +0100 Subject: lib/util/charset: ICONV_WRAPPER needs talloc. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Feb 23 12:46:33 CET 2011 on sn-devel-104 --- lib/util/charset/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/util/charset') 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', -- cgit