diff options
Diffstat (limited to 'core/coreutils/Pkgfile.patch')
-rw-r--r-- | core/coreutils/Pkgfile.patch | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/core/coreutils/Pkgfile.patch b/core/coreutils/Pkgfile.patch index 9396a74..f387ba5 100644 --- a/core/coreutils/Pkgfile.patch +++ b/core/coreutils/Pkgfile.patch @@ -1,19 +1,17 @@ --- Pkgfile 2022-04-25 20:51:04.460709414 +0200 +++ Pkgfile 2022-04-25 20:53:04.800488403 +0200 -@@ -6,11 +6,15 @@ +@@ -6,11 +6,13 @@ name=coreutils version=9.1 release=1 -source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz) +source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz -+ coreutils-shred.patch -+ coreutils-uniq.patch) ++ coreutils-shred.patch) build() { cd $name-$version + patch -p1 -i $SRC/coreutils-shred.patch -+ patch -p1 -i $SRC/coreutils-uniq.patch FORCE_UNSAFE_CONFIGURE=1 \ ./configure \ --prefix=/usr \ |