X-Git-Url: http://gitweb/?a=blobdiff_plain;ds=sidebyside;f=gettext%2FPkgfile;h=f59bda69248e66070295ff836d825e8a4f62179c;hb=ca86aa4cb6b622c3f9b4d3aea5200c3732bce034;hp=ca5de0e3180fc31be1fd191efcba800d125884ba;hpb=3e879875bf43e2cbdee9c84b360bf8117af99e45;p=crossrootfs.git diff --git a/gettext/Pkgfile b/gettext/Pkgfile index ca5de0e..f59bda6 100644 --- a/gettext/Pkgfile +++ b/gettext/Pkgfile @@ -5,9 +5,9 @@ # Depends on: ncurses acl name=gettext -version=0.19.6 +version=0.19.8.1 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) +source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.gz) build() { cd $name-$version @@ -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}