From 828075d02e4057ead2e5746df25bcccab4ff3c37 Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Fri, 19 Oct 2012 01:52:18 +0000 Subject: [PATCH] m4: fixed issues with glibc 'gets' removal (aligned with upstream) --- m4/Pkgfile | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.26.2