diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-03-23 22:26:38 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-03-24 13:48:56 +0100 |
commit | 3a188b578e490f2a8b5922329b7abfae57122e3b (patch) | |
tree | 8931102720e5d1ed02acbfc1873d0b36a465662f | |
parent | af23d762e51be20f812b9d958268843ae4e369cb (diff) | |
download | buildroot-novena-3a188b578e490f2a8b5922329b7abfae57122e3b.tar.gz buildroot-novena-3a188b578e490f2a8b5922329b7abfae57122e3b.zip |
gettext: provide a host variant
In preparation for the removal of gettext as a hard dependency, we
need to be able to provide a host variant of gettext for the few
packages that require msgfmt.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/gettext/gettext.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gettext/gettext.mk b/package/gettext/gettext.mk index d374050ed..4757cf857 100644 --- a/package/gettext/gettext.mk +++ b/package/gettext/gettext.mk @@ -56,3 +56,4 @@ GETTEXT_POST_PATCH_HOOKS += GETTEXT_DISABLE_TOOLS GETTEXT_POST_PATCH_HOOKS += GETTEXT_DISABLE_TESTS $(eval $(autotools-package)) +$(eval $(host-autotools-package)) |