From: Wade Berrier <wberrier@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] intltool: use built host libexpat during configure
Date: Tue, 6 Sep 2011 13:10:23 -0600 [thread overview]
Message-ID: <20110906191020.GA29969@berrier.lan> (raw)
Hello,
Adding this fix the build in one of my environments (rhel5). Otherwise, the configure
check for the perl module failed.
Wade
set LD_LIBRARY_PATH during configure so libexpat is found when checking for XML::Parser
Signed-off-by: Wade Berrier <wberrier@gmail.com>
---
package/intltool/intltool.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/package/intltool/intltool.mk b/package/intltool/intltool.mk
index 746ebb1..45b52ed 100644
--- a/package/intltool/intltool.mk
+++ b/package/intltool/intltool.mk
@@ -9,7 +9,8 @@ INTLTOOL_SITE:=http://ftp.acc.umu.se/pub/GNOME/sources/intltool/0.40/
HOST_INTLTOOL_DEPENDENCIES = host-libxml-parser-perl
HOST_INTLTOOL_CONF_OPT = \
- PERLLIB=$(HOST_DIR)/usr/lib/perl
+ PERLLIB=$(HOST_DIR)/usr/lib/perl \
+ LD_LIBRARY_PATH=$(HOST_DIR)/usr/lib
$(eval $(call AUTOTARGETS,package,intltool))
$(eval $(call AUTOTARGETS,package,intltool,host))
--
1.7.0.4
next reply other threads:[~2011-09-06 19:10 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-09-06 19:10 Wade Berrier [this message]
2011-09-06 21:24 ` [Buildroot] [PATCH] intltool: use built host libexpat during configure Thomas Petazzoni
2011-09-07 13:41 ` Wade Berrier
2011-09-07 14:11 ` Thomas Petazzoni
2011-09-09 15:40 ` Wade Berrier
2011-09-12 6:52 ` Thomas Petazzoni
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=20110906191020.GA29969@berrier.lan \
--to=wberrier@gmail.com \
--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