From: Heiko Helmle Date: Fri, 12 Aug 2011 19:14:28 +0000 (+0200) Subject: libxml-parser-perl: fix install bug X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=323dcc076a03acdd407f6d254fe8c9c2fcd464b2;p=buildroot.git libxml-parser-perl: fix install bug This patch makes libxml-parser-perl behave on my system - though it looks like it isn't necessary on all host OSses (on gentoo and opensuse it works without, but on ubuntu lucid and Scientific 6 it fails without the patch). Signed-off-by: Heiko Helmle Signed-off-by: Peter Korsgaard --- diff --git a/package/libxml-parser-perl/libxml-parser-perl.mk b/package/libxml-parser-perl/libxml-parser-perl.mk index 52d89d5816..9f80cf9f06 100644 --- a/package/libxml-parser-perl/libxml-parser-perl.mk +++ b/package/libxml-parser-perl/libxml-parser-perl.mk @@ -18,6 +18,7 @@ define HOST_LIBXML_PARSER_PERL_CONFIGURE_CMDS EXPATINCPATH=$(HOST_DIR)/usr/include \ INSTALLDIRS=site \ INSTALLSITELIB=$(HOST_DIR)/usr/lib/perl \ + INSTALLSITEARCH=$(HOST_DIR)/usr/lib/perl \ ) endef