diff options
author | Heiko Helmle <helman@gmx.net> | 2011-08-12 21:14:28 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-08-14 10:03:18 +0200 |
commit | 323dcc076a03acdd407f6d254fe8c9c2fcd464b2 (patch) | |
tree | 1a060b58791d8488e62a2b203f7e61e49af0ba66 | |
parent | ad891ac44aa826ebed7fa35be4912116255f5da6 (diff) | |
download | buildroot-novena-323dcc076a03acdd407f6d254fe8c9c2fcd464b2.tar.gz buildroot-novena-323dcc076a03acdd407f6d254fe8c9c2fcd464b2.zip |
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 <helman@gmx.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/libxml-parser-perl/libxml-parser-perl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libxml-parser-perl/libxml-parser-perl.mk b/package/libxml-parser-perl/libxml-parser-perl.mk index 52d89d581..9f80cf9f0 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 |