From: Victor Martinez <pitillo@ono.com>
Date: Sun, 15 May 2016 19:29:28 +0000 (+0000)
Subject: gettext: applied j_v patch to prevent libtool link host libraries
X-Git-Url: http://gitweb/?a=commitdiff_plain;h=05030d9810f16d89a1d69edaf4f21057b143808c;p=crossrootfs.git

gettext: applied j_v patch to prevent libtool link host libraries
---

diff --git a/gettext/Pkgfile b/gettext/Pkgfile
index ca5de0e..fe32e75 100644
--- a/gettext/Pkgfile
+++ b/gettext/Pkgfile
@@ -29,6 +29,18 @@ EOF
               --with-included-{glib,libcroco,libxml} \
               --with-sysroot=$CLFS \
               --cache-file=config.cache
+
+  # get rid of host lib search dirs from Makefiles
+  for mk in $(find -name Makefile) ; do
+    sed -i 's|-L/usr/lib||' $mk
+  done
+
+  # use same type fix as done for gcc port, to prevent libtool
+  # from linking in host libraries
+  for lt_file in $(find -name 'libtool') ; do
+    sed -i 's/func_append add_dir \" /add_dir=\"/' $lt_file
+  done
+
   make
   make -j1 DESTDIR=$PKG install
   rm -r $PKG/usr/share/{info,doc}