diff options
author | Erich Eckner <git@eckner.net> | 2022-04-25 20:53:54 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-04-25 20:53:54 +0200 |
commit | 394767a6f5271e27bf4bb7c8c6a7ea16ad7e18d7 (patch) | |
tree | 817b43fe888d500e0b6d72cc89ab1a37a2996180 | |
parent | a309cb4bd78d06b8969aa23e2f21a6c3ea29be9a (diff) | |
download | crux-patches-394767a6f5271e27bf4bb7c8c6a7ea16ad7e18d7.tar.xz |
core/coreutils: adapt patch
-rw-r--r-- | core/coreutils/Pkgfile.patch | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/core/coreutils/Pkgfile.patch b/core/coreutils/Pkgfile.patch index 8208fc9..9396a74 100644 --- a/core/coreutils/Pkgfile.patch +++ b/core/coreutils/Pkgfile.patch @@ -1,22 +1,19 @@ ---- 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 +--- Pkgfile 2022-04-25 20:51:04.460709414 +0200 ++++ Pkgfile 2022-04-25 20:53:04.800488403 +0200 +@@ -6,11 +6,15 @@ + name=coreutils + version=9.1 release=1 - source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz +-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-uname.patch -+ coreutils-uniq.patch - chmod.c.patch) ++ coreutils-uniq.patch) build() { -@@ -16,7 +18,9 @@ - # https://bugs.gnu.org/50784 - patch -p1 -i $SRC/chmod.c.patch + cd $name-$version + 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 - + FORCE_UNSAFE_CONFIGURE=1 \ ./configure \ + --prefix=/usr \ |