aboutsummaryrefslogtreecommitdiffstats
path: root/testing/zchunk/fix-musl.patch
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-05-07 10:11:42 -0300
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-07 20:53:02 +0000
commitd4149a6dd83a745d80015add5898019853a26ace (patch)
treeef326a0ae0edfdb344a69a423d2e4a9aa72d1ae8 /testing/zchunk/fix-musl.patch
parent745724ec9f8de9c968bb49fe74fffd125e03d543 (diff)
downloadaports-d4149a6dd83a745d80015add5898019853a26ace.tar.bz2
aports-d4149a6dd83a745d80015add5898019853a26ace.tar.xz
testing/zchunk: new aport
File format for highly efficient deltas https://github.com/zchunk/zchunk
Diffstat (limited to 'testing/zchunk/fix-musl.patch')
-rw-r--r--testing/zchunk/fix-musl.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/testing/zchunk/fix-musl.patch b/testing/zchunk/fix-musl.patch
new file mode 100644
index 0000000000..766745bb5b
--- /dev/null
+++ b/testing/zchunk/fix-musl.patch
@@ -0,0 +1,18 @@
+--- a/include/zck.h.in.orig 2018-08-03 07:08:45.140103751 +0200
++++ b/include/zck.h.in 2018-08-03 07:09:18.613105487 +0200
+@@ -1,3 +1,4 @@
++#include <sys/types.h>
+ #ifndef ZCK_H
+ #define ZCK_H
+
+--- a/src/unzck.c 2018-08-02 15:42:19.000000000 +0200
++++ b/src/unzck.c 2018-08-04 20:20:53.438164577 +0200
+@@ -39,7 +39,7 @@
+ #include <zck.h>
+
+ #include "util_common.h"
+-
++#undef stdout
+ static char doc[] = "unzck - Decompress a zchunk file";
+
+ static char args_doc[] = "<file>";