summaryrefslogtreecommitdiffhomepage
path: root/patches/tar-1.33.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-02-23 13:37:33 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2021-02-23 13:37:33 +0000
commitae56c8d509db56918f2c6f49277badff703cabf7 (patch)
treee6410304e1f87687cb2a8c90327590913f4e55f0 /patches/tar-1.33.local.patch
parent002501d0399f31f06f20239df22266f90af25b32 (diff)
downloadmidipix_build-ae56c8d509db56918f2c6f49277badff703cabf7.tar.bz2
midipix_build-ae56c8d509db56918f2c6f49277badff703cabf7.tar.xz
Revert "groups/211.native_packages_cmdline.group: tar: bump to v1.34"
This reverts commit 8fe1e1965706ae55cdad4f8b23f2c4c0a84e947f.
Diffstat (limited to 'patches/tar-1.33.local.patch')
-rw-r--r--patches/tar-1.33.local.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/patches/tar-1.33.local.patch b/patches/tar-1.33.local.patch
new file mode 100644
index 00000000..557fbce7
--- /dev/null
+++ b/patches/tar-1.33.local.patch
@@ -0,0 +1,21 @@
+diff -ru tar-1.32.orig/src/extract.c tar-1.32/src/extract.c
+--- tar-1.32.orig/src/extract.c 2019-01-13 20:44:05.000000000 +0100
++++ tar-1.32/src/extract.c 2020-01-04 17:16:01.308739492 +0100
+@@ -1466,7 +1466,7 @@
+ }
+ #endif
+
+-#if HAVE_MKFIFO || defined mkfifo
++#if 0
+ static int
+ extract_fifo (char *file_name, int typeflag)
+ {
+@@ -1574,7 +1574,7 @@
+ break;
+ #endif
+
+-#if HAVE_MKFIFO || defined mkfifo
++#if 0
+ case FIFOTYPE:
+ *fun = extract_fifo;
+ break;