libxml-parser-perl: fix install bug
authorHeiko Helmle <helman@gmx.net>
Fri, 12 Aug 2011 19:14:28 +0000 (21:14 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 14 Aug 2011 08:03:18 +0000 (10:03 +0200)
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>
package/libxml-parser-perl/libxml-parser-perl.mk

index 52d89d5816146f2da2141c24388fcffaeb2460fb..9f80cf9f0661177741a5022c2c5e920bbae245cd 100644 (file)
@@ -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