From: Victor Martinez Date: Wed, 1 Oct 2014 09:54:10 +0000 (+0000) Subject: m4: updated to 1.4.17 X-Git-Url: http://gitweb/?a=commitdiff_plain;h=0284acc0a4ba536d0e8e9e1f765ec91341b7abf7;p=crossrootfs.git m4: updated to 1.4.17 --- diff --git a/m4/.md5sum b/m4/.md5sum index f202b6d..f96f9a2 100644 --- a/m4/.md5sum +++ b/m4/.md5sum @@ -1 +1 @@ -8a7cef47fecab6272eb86a6be6363b2f m4-1.4.16.tar.bz2 +8a1787edcba75ae5cd1dc40d7d8ed03a m4-1.4.17.tar.bz2 diff --git a/m4/Pkgfile b/m4/Pkgfile index b9df4e6..922017d 100644 --- a/m4/Pkgfile +++ b/m4/Pkgfile @@ -5,14 +5,14 @@ # Depends on: name=m4 -version=1.4.16 -release=2 +version=1.4.17 +release=1 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2) build() { cd $name-$version - # fix for glibc 'gets' removal - sed -i -e '/gets is a/d' lib/stdio.in.h + # fix for glibc 'gets' removal + # sed -i -e '/gets is a/d' lib/stdio.in.h ./configure --build=$CHOST \ --host=$CTARGET \