1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-22 18:55:29 +03:00
aports/testing/zchunk/fix-musl.patch
Leo d4149a6dd8 testing/zchunk: new aport
File format for highly efficient deltas
https://github.com/zchunk/zchunk
2019-05-07 20:53:02 +00:00

18 lines
478 B
Diff

--- 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>";