From d3b22318d8210ac9164ae8bb10b7ddfef8a95557 Mon Sep 17 00:00:00 2001 From: Kristoffer Ericson Date: Tue, 12 Jan 2010 21:26:10 +0100 Subject: fixed calling native binaries with host libraries Signed-off-by: Filip zyzniewski Signed-off-by: Kristoffer Ericson --- recipes/icu/icu_3.6.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/recipes/icu/icu_3.6.bb b/recipes/icu/icu_3.6.bb index 6fd9b3d613..020a4e805c 100644 --- a/recipes/icu/icu_3.6.bb +++ b/recipes/icu/icu_3.6.bb @@ -7,9 +7,10 @@ SRC_URI += "file://use-g++-for-linking.patch;patch=1 \ file://rematch-gcc-bug.patch;patch=1" do_configure_append() { - for i in */Makefile */*.inc */*/Makefile */*/*.inc ; do + for i in */Makefile */*.inc */*/Makefile */*/*.inc icudefs.mk ; do sed -i -e 's:$(INVOKE) $(BINDIR)/:$(INVOKE) :g' $i sed -i -e 's:$(BINDIR)/::g' $i + sed -i -e 's:LD_LIBRARY_PATH:LD_LIBRARY_PATH_FAKE:g' $i done sed -i -e 's:$(BINDIR)/::g' extra/uconv/pkgdata.inc || true sed -i -e 's:$(BINDIR)/::g' extra/uconv/pkgdata.inc.in || true -- cgit v1.2.3