source: scripts/untested/blfs-patches/unzip-5.51-fix_Makefile-1.patch @ 617118d

clfs-1.2clfs-2.1clfs-3.0.0-systemdclfs-3.0.0-sysvinitsystemdsysvinit
Last change on this file since 617118d was 617118d, checked in by Jim Gifford <clfs@…>, 18 years ago

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

  • Property mode set to 100644
File size: 678 bytes
RevLine 
[617118d]1Submitted By: BLFS Book <blfs-book@linuxfromscratch.org>
2Date: 2003-10-03
3Initial Package Version: 5.50
4Origin: NA
5Description: Creates a missing symlink.
6
7$LastChangedBy: bdubbs $
8$Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $
9
10diff -urN unzip-5.50/unix/Makefile unzip-5.50-rcl/unix/Makefile
11--- unzip-5.50/unix/Makefile    Sat Feb 16 17:00:38 2002
12+++ unzip-5.50-rcl/unix/Makefile        Sat Sep 28 14:32:44 2002
13@@ -818,6 +818,7 @@
14        ln -sf crc_gcc.pic.o crc32.pic.o
15        gcc -shared -Wl,-soname,libunzip.so.0 -o libunzip.so.0.4 $(OBJSDLL)
16        ln -sf libunzip.so.0.4 libunzip.so.0
17+       ln -sf libunzip.so.0.4 libunzip.so
18        gcc -c -O unzipstb.c
19        gcc -o unzip unzipstb.o -L. -lunzip -lz
Note: See TracBrowser for help on using the repository browser.