X-Git-Url: http://gitweb/?a=blobdiff_plain;f=m4%2FPkgfile;h=e709cc21e4c1bc77d8cd1670645f2d964c0ea766;hb=8a0f0fa36559a66dfe5e5d6c4dff20cbe5729fcc;hp=b85b5538a161076a6533fcf370c6c08c996a8cd0;hpb=5a59466b01778e808ae2f46007a03e80b549b806;p=crossrootfs.git 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 \