X-Git-Url: http://gitweb/?a=blobdiff_plain;f=gawk%2FPkgfile;h=6e8339f5839c58b55f48954bac697ecbdb1565e2;hb=6977b67856aa2837f9b0822ab8c4b403cb587cbe;hp=f31786c9ce97653456c34e4dcb00eb0a860c7fa5;hpb=118a6ea3ad13c69fdddf9ab0714d4ad7b492cd2f;p=crossrootfs.git diff --git a/gawk/Pkgfile b/gawk/Pkgfile index f31786c..6e8339f 100644 --- a/gawk/Pkgfile +++ b/gawk/Pkgfile @@ -5,12 +5,13 @@ # Depends on: name=gawk -version=4.1.0 -release=1 -source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) +version=4.1.1 +release=2 +source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz pipe.patch) build() { cd $name-$version + patch -p1 -i $SRC/pipe.patch ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ @@ -19,9 +20,6 @@ build() { --enable-switch \ --disable-nls - # Use host's gawk - sed "s|../gawk\$(EXEEXT)|gawk|g" -i extension/Makefile.in - make make DESTDIR=$PKG install