Commit 323dcc07 authored by Heiko Helmle's avatar Heiko Helmle Committed by Peter Korsgaard
Browse files

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: default avatarHeiko Helmle <helman@gmx.net>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent ad891ac4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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