From: Jose V Beneyto Date: Fri, 19 Oct 2012 00:17:32 +0000 (+0000) Subject: tar: bumped release 2 and aligned with upstream X-Git-Url: http://gitweb/?a=commitdiff_plain;h=39fd2d7b4298dab686ef5f09b70930d8753402e8;p=attic%2Fports%2Fcore-cross.git tar: bumped release 2 and aligned with upstream --- diff --git a/tar/Pkgfile b/tar/Pkgfile index e1b237e..119b48b 100644 --- a/tar/Pkgfile +++ b/tar/Pkgfile @@ -6,12 +6,15 @@ name=tar version=1.26 -release=1 +release=2 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz \ $name-rootp.patch tar.1 rmt.8) build() { cd $name-$version + + # fix for glibc 'gets' removal + sed -i -e '/gets is a/d' gnu/stdio.in.h patch -p1 -i $SRC/$name-rootp.patch ./configure --build=$CHOST \