summaryrefslogtreecommitdiff
path: root/core/coreutils/Pkgfile.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2024-09-16 20:37:58 +0200
committerErich Eckner <git@eckner.net>2024-09-16 20:41:36 +0200
commitc214d7a51c7f4e16ce68a131be1fbdc4b96802dd (patch)
treea02dd04a637b092e0eadb7d47fa712ed95c66f2b /core/coreutils/Pkgfile.patch
parentb887a45de2f87ede0509379e548d51c8683d90ff (diff)
downloadcrux-patches-c214d7a51c7f4e16ce68a131be1fbdc4b96802dd.tar.xz
coreutils: remove uniq patch - too hard to maintain, probably not needed anymoreHEADmaster
Diffstat (limited to 'core/coreutils/Pkgfile.patch')
-rw-r--r--core/coreutils/Pkgfile.patch6
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 \