From c214d7a51c7f4e16ce68a131be1fbdc4b96802dd Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 16 Sep 2024 20:37:58 +0200 Subject: coreutils: remove uniq patch - too hard to maintain, probably not needed anymore --- core/coreutils/Pkgfile.patch | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'core/coreutils/Pkgfile.patch') 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 \ -- cgit v1.2.3-70-g09d2