From 324248940b4457c7ca2cd2e13a917e19a52bd567 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 28 Jan 2016 19:20:59 +0100 Subject: libzip-last 1.1 --- libzip-build.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libzip-build.patch (limited to 'libzip-build.patch') diff --git a/libzip-build.patch b/libzip-build.patch new file mode 100644 index 0000000..5736b17 --- /dev/null +++ b/libzip-build.patch @@ -0,0 +1,11 @@ +diff -up src/ziptool.c.old src/ziptool.c +--- src/ziptool.c.old 2016-01-28 14:19:37.026356371 +0100 ++++ src/ziptool.c 2016-01-28 14:19:43.394384005 +0100 +@@ -53,6 +53,7 @@ + #include "compat.h" + + zip_source_t *source_hole_create(const char *, int flags, zip_error_t *); ++extern int optopt; + + typedef enum { + SOURCE_TYPE_NONE, -- cgit