source:
scripts/untested/blfs-patches/unzip-5.51-fix_libz-1.patch@
f118837
Last change on this file since f118837 was 617118d, checked in by , 19 years ago | |
---|---|
|
|
File size: 666 bytes |
-
unzip-5.
Submitted By: BLFS Book <blfs-book@linuxfromscratch.org> Date: 2003-10-03 Initial Package Version: 5.50 Origin: NA Description: Fixes compilation against system zlib. $LastChangedBy: bdubbs $ $Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $ diff -urN unzip-5.50/api.c unzip-5.50-rcl/api.c
old new 48 48 #endif 49 49 #include "unzvers.h" 50 50 51 /* This is defined as zlibVersion() in zlib.h version 1.1.4 */ 52 #ifdef zlib_version 53 # undef zlib_version 54 #endif 55 51 56 #ifdef DLL /* This source file supplies DLL-only interface code. */ 52 57 53 58 jmp_buf dll_error_return;
Note:
See TracBrowser
for help on using the repository browser.