summaryrefslogtreecommitdiff
path: root/core/coreutils/Pkgfile.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2016-10-05 21:33:08 +0200
committerErich Eckner <git@eckner.net>2016-10-05 21:35:10 +0200
commit7cc58ead864163eab4c9a6570a4b6951c1dd5d56 (patch)
tree0d61e3edfff02cb459c0b51d182461143aa63b1c /core/coreutils/Pkgfile.patch
parentf2d0b8b2ef42a320052092d96423ec2e35cf3faf (diff)
downloadcrux-patches-7cc58ead864163eab4c9a6570a4b6951c1dd5d56.tar.xz
coreutils: uniq: neue Funktion "-m"
Diffstat (limited to 'core/coreutils/Pkgfile.patch')
-rw-r--r--core/coreutils/Pkgfile.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/core/coreutils/Pkgfile.patch b/core/coreutils/Pkgfile.patch
new file mode 100644
index 0000000..d70b7aa
--- /dev/null
+++ b/core/coreutils/Pkgfile.patch
@@ -0,0 +1,18 @@
+--- Pkgfile 2016-01-21 19:54:43.219280408 +0100
++++ Pkgfile 2016-10-05 21:31:50.026261183 +0200
+@@ -7,12 +7,14 @@
+ version=8.25
+ release=1
+ source=(http://ftp.gnu.org/pub/gnu/$name/$name-$version.tar.xz
+- coreutils-uname.patch)
++ coreutils-uname.patch
++ coreutils-uniq.patch)
+
+ build() {
+ cd $name-$version
+
+ patch -p1 -i $SRC/coreutils-uname.patch
++ patch -p1 -i $SRC/coreutils-uniq.patch
+ export FORCE_UNSAFE_CONFIGURE=1
+
+ ./configure --prefix=/usr \