source: scripts/untested/blfs-patches/unzip-5.51-fix_Makefile-1.patch@ 99e4712

clfs-1.2 clfs-2.1 clfs-3.0.0-systemd clfs-3.0.0-sysvinit systemd sysvinit
Last change on this file since 99e4712 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: 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.