source: scripts/untested/blfs-patches/unzip-5.51-fix_libz-1.patch@ 7ed0e05

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

r561@server (orig r559): root | 2005-06-05 02:38:49 -0700
Fixed Directory Structure

  • 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.