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

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since d1afb9e 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
  • 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  
    4848#endif
    4949#include "unzvers.h"
    5050
     51/* This is defined as zlibVersion() in zlib.h version 1.1.4 */
     52#ifdef   zlib_version
     53#  undef zlib_version
     54#endif
     55
    5156#ifdef DLL      /* This source file supplies DLL-only interface code. */
    5257
    5358jmp_buf dll_error_return;
Note: See TracBrowser for help on using the repository browser.