blob: 9396a7455d66f413fd2e1379651c8641082ee4ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- 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=(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)
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 \
|