summaryrefslogtreecommitdiffstats
path: root/package/gettext
diff options
context:
space:
mode:
authorDaniel Laird2009-01-13 11:26:28 +0100
committerDaniel Laird2009-01-13 11:26:28 +0100
commit0875bc85bbe33d542e9045e931d223812c3eca44 (patch)
tree0c068cadd1621ca54149700bc29ad1732a6ea083 /package/gettext
parentsamba: use proper BR variable to disable largefile while configuring (diff)
downloadbuildroot-0875bc85bbe33d542e9045e931d223812c3eca44.tar.gz
buildroot-0875bc85bbe33d542e9045e931d223812c3eca44.tar.xz
buildroot-0875bc85bbe33d542e9045e931d223812c3eca44.zip
package/alsa-lib/alsa-lib.mk
package/gettext/gettext.mk: Both of these components look for iconv when configuring so need to be dependent. Both of these packages can be built with libiconv support. If libiconv is enabled and these are built first then some configure variables get stored in the system cache and then libiconv is not used properly. If libiconv is selected by user make sure it is built before either of these packages are built. Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
Diffstat (limited to 'package/gettext')
-rw-r--r--package/gettext/gettext.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gettext/gettext.mk b/package/gettext/gettext.mk
index 2232d64bc..dd7f75a3a 100644
--- a/package/gettext/gettext.mk
+++ b/package/gettext/gettext.mk
@@ -120,7 +120,7 @@ $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY): $(GETTEXT_DIR)/$(GETTEXT_BINARY)
autopoint envsubst gettext.sh gettextize msg* ?gettext)
touch -c $@
-gettext: uclibc pkgconfig $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY)
+gettext: uclibc pkgconfig $(if $(BR2_PACKAGE_LIBICONV),libiconv) $(STAGING_DIR)/$(GETTEXT_TARGET_BINARY)
gettext-unpacked: $(GETTEXT_DIR)/.unpacked