summaryrefslogtreecommitdiffstats
path: root/package/gettext
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-03-24 05:08:58 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2013-03-24 16:15:47 +0100
commitdce7be4d7652506790464d71b05d2404bab2f705 (patch)
tree0ec33c67a412a2f9aaa98fcf39eeb3721b2abb1c /package/gettext
parent22c4c4b9491fc509af42d300bfa8cb6f727e1f66 (diff)
downloadbuildroot-novena-dce7be4d7652506790464d71b05d2404bab2f705.tar.gz
buildroot-novena-dce7be4d7652506790464d71b05d2404bab2f705.zip
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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/gettext')
-rw-r--r--package/gettext/gettext.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gettext/gettext.mk b/package/gettext/gettext.mk
index 4757cf857..8dc701e04 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 \