summaryrefslogtreecommitdiff
path: root/core/coreutils/Pkgfile.patch
blob: 4b5334d56f3e1f3065ecc3807787af9a12021f2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- Pkgfile	2016-01-21 19:54:43.219280408 +0100
+++ Pkgfile	2016-10-05 21:31:50.026261183 +0200
@@ -7,12 +7,16 @@
 version=8.26
 release=1
 source=(http://ftpmirror.gnu.org/pub/gnu/$name/$name-$version.tar.xz
-        coreutils-uname.patch)
+        coreutils-shred.patch
+        coreutils-uname.patch
+        coreutils-uniq.patch)
 
 build() {
     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
     
     ./configure --prefix=/usr \