Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libxml-parser-perl: fix install bug
@ 2011-08-12 19:14 Heiko Helmle
  2011-08-14  8:04 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Helmle @ 2011-08-12 19:14 UTC (permalink / raw)
  To: buildroot

Hello List,

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>
---
 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 52d89d5..9f80cf9 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
 
-- 
1.7.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-14  8:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-12 19:14 [Buildroot] [PATCH] libxml-parser-perl: fix install bug Heiko Helmle
2011-08-14  8:04 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox