X-Git-Url: http://gitweb/?a=blobdiff_plain;f=coreutils%2FPkgfile;h=32d94d7b7d7b59b240f9ffa359dac656c6e8fce2;hb=6ce95f759b069b270f468663629672ef2b572ac8;hp=5a7cde7e9b16a415a88feb58e411c608feb8324d;hpb=ed96275cd7d1dd238ad53bf60190a5d4178b60d5;p=ports%2Fcore-arm64.git diff --git a/coreutils/Pkgfile b/coreutils/Pkgfile index 5a7cde7..32d94d7 100644 --- a/coreutils/Pkgfile +++ b/coreutils/Pkgfile @@ -5,21 +5,14 @@ # Depends on: libgmp acl libcap name=coreutils -version=9.0 +version=9.1 release=1 -source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz - coreutils-uname.patch - chmod.c.patch) +source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) build() { cd $name-$version - # https://bugs.gnu.org/50784 - patch -p1 -i $SRC/chmod.c.patch - patch -p1 -i $SRC/coreutils-uname.patch - - export FORCE_UNSAFE_CONFIGURE=1 - + FORCE_UNSAFE_CONFIGURE=1 \ ./configure --prefix=/usr \ --libexecdir=/usr/lib \ --disable-nls \