Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] intltool: use built host libexpat during configure
@ 2011-09-06 19:10 Wade Berrier
  2011-09-06 21:24 ` Thomas Petazzoni
  0 siblings, 1 reply; 6+ messages in thread
From: Wade Berrier @ 2011-09-06 19:10 UTC (permalink / raw)
  To: buildroot

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

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

end of thread, other threads:[~2011-09-12  6:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 19:10 [Buildroot] [PATCH] intltool: use built host libexpat during configure Wade Berrier
2011-09-06 21:24 ` 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

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