From: Victor Martinez Date: Wed, 28 Nov 2012 16:46:50 +0000 (+0000) Subject: m4: fixed issues with glibc 'gets' removal (aligned with upstream) X-Git-Url: http://gitweb/?a=commitdiff_plain;h=3166db3e466e7fe43db5e2bb7e8c1b6b79bc4b8a;p=crossrootfs.git m4: fixed issues with glibc 'gets' removal (aligned with upstream) --- diff --git a/m4/Pkgfile b/m4/Pkgfile index b85b553..e709cc2 100644 --- a/m4/Pkgfile +++ b/m4/Pkgfile @@ -11,6 +11,9 @@ 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 + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \