From: Heiko Helmle <helman@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] libxml-parser-perl: fix install bug
Date: Fri, 12 Aug 2011 21:14:28 +0200 [thread overview]
Message-ID: <20110812191428.101290@gmx.net> (raw)
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
next reply other threads:[~2011-08-12 19:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-12 19:14 Heiko Helmle [this message]
2011-08-14 8:04 ` [Buildroot] [PATCH] libxml-parser-perl: fix install bug Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110812191428.101290@gmx.net \
--to=helman@gmx.net \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox