source: scripts_home/scripts/untested/blfs-patches/unzip-5.51-fix_libz-1.patch@ 1c9c5c3

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 1c9c5c3 was 1c9c5c3, checked in by Jim Gifford <clfs@…>, 19 years ago

r624@server (orig r622): jim | 2005-10-31 12:40:28 -0800
Rearranging Archive

  • Property mode set to 100644
File size: 666 bytes
RevLine 
[617118d]1Submitted By: BLFS Book <blfs-book@linuxfromscratch.org>
2Date: 2003-10-03
3Initial Package Version: 5.50
4Origin: NA
5Description: Fixes compilation against system zlib.
6
7$LastChangedBy: bdubbs $
8$Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $
9
10diff -urN unzip-5.50/api.c unzip-5.50-rcl/api.c
11--- unzip-5.50/api.c Thu Nov 22 23:43:26 2001
12+++ unzip-5.50-rcl/api.c Sat Sep 28 14:31:51 2002
13@@ -48,6 +48,11 @@
14 #endif
15 #include "unzvers.h"
16
17+/* This is defined as zlibVersion() in zlib.h version 1.1.4 */
18+#ifdef zlib_version
19+# undef zlib_version
20+#endif
21+
22 #ifdef DLL /* This source file supplies DLL-only interface code. */
23
24 jmp_buf dll_error_return;
Note: See TracBrowser for help on using the repository browser.