X-Git-Url: http://gitweb/?a=blobdiff_plain;f=diffutils%2FPkgfile;h=4f5c46423ed07e17dfa2084f7543efa36811ad79;hb=66448b56d844b2ff0d64c60967f9d18672db2ee9;hp=519cba84936cc4789bc7f6a4accac6473b3f476c;hpb=4c3c533bb601990a0791540a10854a768c0183e0;p=crossrootfs.git diff --git a/diffutils/Pkgfile b/diffutils/Pkgfile index 519cba8..4f5c464 100644 --- a/diffutils/Pkgfile +++ b/diffutils/Pkgfile @@ -5,18 +5,24 @@ # Depends on: name=diffutils -version=3.0 +version=3.3 release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version + + # fix for glibc 'gets' removal + sed -i -e '/gets is a/d' lib/stdio.in.h + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ --mandir=$PKG/usr/man \ --disable-nls + make make prefix=$PKG/usr install + rm -rf $PKG/usr/share }