From: Victor Martinez Date: Fri, 19 Oct 2012 01:52:18 +0000 (+0000) Subject: m4: fixed issues with glibc 'gets' removal (aligned with upstream) X-Git-Url: http://gitweb/?a=commitdiff_plain;h=828075d02e4057ead2e5746df25bcccab4ff3c37;hp=e2dd6eea4a15711edb911088ebbceb2bb65c9518;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 \