projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22c4c4b
)
gettext: do not get the libiconv dependency on the host
author
Thomas Petazzoni
<thomas.petazzoni@free-electrons.com>
Sun, 24 Mar 2013 05:08:58 +0000
(
05:08
+0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 24 Mar 2013 15:15:47 +0000
(16:15 +0100)
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>
package/gettext/gettext.mk
patch
|
blob
|
history
diff --git
a/package/gettext/gettext.mk
b/package/gettext/gettext.mk
index 4757cf857f2149c595182ab9bf91be9851ac3f29..8dc701e044ace3c7dc8838d3cc83f55795c80963 100644
(file)
--- 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 \