CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
gettext: fixed libtool problems. Thanks for the patch j_v
authorVictor Martinez <pitillo@ono.com>
Tue, 17 May 2016 19:42:51 +0000 (19:42 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 17 May 2016 19:42:51 +0000 (19:42 +0000)
gettext/Pkgfile

index ca5de0e3180fc31be1fd191efcba800d125884ba..fe32e759154b12ad9aae144e122aff969a902f93 100644 (file)
@@ -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}