diff options
author | CoprDistGit <infra@openeuler.org> | 2023-08-19 12:42:12 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-08-19 12:42:12 +0000 |
commit | 4171d506f218bcfaa1c8d40b36596abfab644899 (patch) | |
tree | 0e62eb269ac2671efc121d54075ddd016bfe4db3 /backport-zlib-1.2.5-minizip-fixuncrypt.patch | |
parent | ec1a16522fc9c54ca26742f73b94eab08a38f25d (diff) |
automatic import of zlib
Diffstat (limited to 'backport-zlib-1.2.5-minizip-fixuncrypt.patch')
-rw-r--r-- | backport-zlib-1.2.5-minizip-fixuncrypt.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/backport-zlib-1.2.5-minizip-fixuncrypt.patch b/backport-zlib-1.2.5-minizip-fixuncrypt.patch new file mode 100644 index 0000000..d113879 --- /dev/null +++ b/backport-zlib-1.2.5-minizip-fixuncrypt.patch @@ -0,0 +1,14 @@ +diff -up zlib-1.2.5/contrib/minizip/unzip.c.fixuncrypt zlib-1.2.5/contrib/minizip/unzip.c +--- zlib-1.2.5/contrib/minizip/unzip.c.fixuncrypt 2011-11-11 12:13:56.335867758 -0500 ++++ zlib-1.2.5/contrib/minizip/unzip.c 2011-11-11 12:14:01.747799372 -0500 +@@ -68,10 +68,6 @@ + #include <stdlib.h> + #include <string.h> + +-#ifndef NOUNCRYPT +- #define NOUNCRYPT +-#endif +- + #include "zlib.h" + #include "unzip.h" + |