mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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>
This commit is contained in:
parent
ad891ac44a
commit
323dcc076a
@ -18,6 +18,7 @@ define HOST_LIBXML_PARSER_PERL_CONFIGURE_CMDS
|
|||||||
EXPATINCPATH=$(HOST_DIR)/usr/include \
|
EXPATINCPATH=$(HOST_DIR)/usr/include \
|
||||||
INSTALLDIRS=site \
|
INSTALLDIRS=site \
|
||||||
INSTALLSITELIB=$(HOST_DIR)/usr/lib/perl \
|
INSTALLSITELIB=$(HOST_DIR)/usr/lib/perl \
|
||||||
|
INSTALLSITEARCH=$(HOST_DIR)/usr/lib/perl \
|
||||||
)
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user