diff options
| author | Francois Perrad <fperrad@gmail.com> | 2014-10-11 08:36:42 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2014-10-17 14:17:48 +0200 |
| commit | 8e716d659b08635bba703d9ae0867d8590f6b083 (patch) | |
| tree | 6571d8be16902681fede017e42430047ef9bc92d /package/intltool | |
| parent | 841c63ce669d67481450b57f0f99b44c736d97dc (diff) | |
| download | buildroot-8e716d659b08635bba703d9ae0867d8590f6b083.tar.gz buildroot-8e716d659b08635bba703d9ae0867d8590f6b083.zip | |
libxml-parser-perl: restore it like before perl infra
intltool uses this package,
and we don't want that it depends on host-perl,
but on system perl
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/intltool')
| -rw-r--r-- | package/intltool/intltool.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/package/intltool/intltool.mk b/package/intltool/intltool.mk index 5c2dca820a..a7afe0da08 100644 --- a/package/intltool/intltool.mk +++ b/package/intltool/intltool.mk @@ -9,7 +9,10 @@ INTLTOOL_SITE = https://launchpad.net/intltool/trunk/$(INTLTOOL_VERSION)/+downlo INTLTOOL_LICENSE = GPLv2+ INTLTOOL_LICENSE_FILES = COPYING -HOST_INTLTOOL_DEPENDENCIES = host-gettext host-perl-xml-parser +HOST_INTLTOOL_DEPENDENCIES = host-gettext host-libxml-parser-perl +HOST_INTLTOOL_CONF_OPTS = \ + PERL=`which perl` \ + PERL5LIB=$(HOST_DIR)/usr/lib/perl $(eval $(autotools-package)) $(eval $(host-autotools-package)) |

