diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-02-13 07:32:28 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-02-13 07:32:28 +0100 |
commit | 4ff55959327b2ad2017b91f88281dda3f5dcc8ef (patch) | |
tree | 757f37d217f82453b438fe7bf28742d8a4e53b58 /libzip-build.patch | |
parent | 324248940b4457c7ca2cd2e13a917e19a52bd567 (diff) |
libzip 1.1.1
Diffstat (limited to 'libzip-build.patch')
-rw-r--r-- | libzip-build.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/libzip-build.patch b/libzip-build.patch deleted file mode 100644 index 5736b17..0000000 --- a/libzip-build.patch +++ /dev/null @@ -1,11 +0,0 @@ -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, |