summaryrefslogtreecommitdiffstats
path: root/rules/host-gettext.in
diff options
context:
space:
mode:
authorBernhard Walle <bernhard@bwalle.de>2012-05-07 22:03:32 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2012-05-30 13:06:11 +0200
commitb7976920c301ec05de168b619f2c60d1a85442a7 (patch)
tree289316e53e5033b732bdd37b3ff78af90937bd42 /rules/host-gettext.in
parent87656d54758b19257f85428ed65d6e1fa307b95b (diff)
downloadptxdist-b7976920c301ec05de168b619f2c60d1a85442a7.tar.gz
ptxdist-b7976920c301ec05de168b619f2c60d1a85442a7.tar.xz
host-gettext: Add host-iconv dependency
host-iconv is needed when using msgfmt. While gettext builds fine without it, on Mac OS I get following error when compiling glib: ------------------------------------- 8< --------------------------- .../platform-versatilepb/sysroot-host/bin/msgfmt -o test.mo ./de.po; \ /Volumes/Daten/devel/ptxdist/bin/mkdir -p de/LC_MESSAGES; \ cp -f test.mo de/LC_MESSAGES dyld: lazy symbol binding failed: Symbol not found: _iconv_open ------------------------------------- >8 --------------------------- Signed-off-by: Bernhard Walle <bernhard@bwalle.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/host-gettext.in')
-rw-r--r--rules/host-gettext.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/rules/host-gettext.in b/rules/host-gettext.in
index ab899abb7..5b37cdbcd 100644
--- a/rules/host-gettext.in
+++ b/rules/host-gettext.in
@@ -3,6 +3,8 @@
config HOST_GETTEXT
tristate
default ALLYES
+ # for Mac OS
+ select HOST_LIBICONV
help
The gettext program translates a natural language
message into the user's language, by looking up