--- Pkgfile 2021-09-28 06:13:47.850678191 +0200 +++ Pkgfile 2021-09-28 06:20:00.717139070 +0200 @@ -7,7 +7,9 @@ version=9.0 release=1 source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz + coreutils-shred.patch coreutils-uname.patch + coreutils-uniq.patch chmod.c.patch) build() { @@ -16,7 +18,9 @@ # https://bugs.gnu.org/50784 patch -p1 -i $SRC/chmod.c.patch + patch -p1 -i $SRC/coreutils-shred.patch patch -p1 -i $SRC/coreutils-uname.patch + patch -p1 -i $SRC/coreutils-uniq.patch export FORCE_UNSAFE_CONFIGURE=1 ./configure \