From: Thomas Petazzoni Date: Sun, 24 Mar 2013 05:08:58 +0000 (+0000) Subject: gettext: do not get the libiconv dependency on the host X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dce7be4d7652506790464d71b05d2404bab2f705;p=buildroot.git gettext: do not get the libiconv dependency on the host Fixes http://autobuild.buildroot.org/results/e47a439c7dd763c6abc02f77730838036472e828/build-end.log. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- diff --git a/package/gettext/gettext.mk b/package/gettext/gettext.mk index 4757cf857f..8dc701e044 100644 --- a/package/gettext/gettext.mk +++ b/package/gettext/gettext.mk @@ -11,6 +11,7 @@ GETTEXT_LICENSE = GPLv2+ GETTEXT_LICENSE_FILES = COPYING GETTEXT_DEPENDENCIES = $(if $(BR2_PACKAGE_LIBICONV),libiconv) +HOST_GETTEXT_DEPENDENCIES = # we don't want the libiconv dependency GETTEXT_CONF_OPT += \ --disable-libasprintf \