diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-01-04 16:32:45 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-01-04 16:32:45 +0000 |
commit | 6d137e4e0dfab9d1f4aacd27301e2e3ed4113ca5 (patch) | |
tree | 7f067ef0693b35742febbdb111ea5a5185e8793d /patches | |
parent | 79fb240381fd3b95a535efd12efb2b7e38763375 (diff) | |
download | midipix_build-6d137e4e0dfab9d1f4aacd27301e2e3ed4113ca5.tar.bz2 midipix_build-6d137e4e0dfab9d1f4aacd27301e2e3ed4113ca5.tar.xz |
patches/tar{,_minipix}-1.32.local.patch: via Redfoxmoon.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/tar-1.32.local.patch | 21 | ||||
l--------- | patches/tar_minipix-1.32.local.patch | 1 |
2 files changed, 22 insertions, 0 deletions
diff --git a/patches/tar-1.32.local.patch b/patches/tar-1.32.local.patch new file mode 100644 index 00000000..557fbce7 --- /dev/null +++ b/patches/tar-1.32.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; diff --git a/patches/tar_minipix-1.32.local.patch b/patches/tar_minipix-1.32.local.patch new file mode 120000 index 00000000..efd0eb70 --- /dev/null +++ b/patches/tar_minipix-1.32.local.patch @@ -0,0 +1 @@ +tar-1.32.local.patch
\ No newline at end of file |