summaryrefslogtreecommitdiff
path: root/core/coreutils/Pkgfile.patch
blob: 8208fc95d3d1220b42d14edd59391d138d3bef0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- 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 \