Magellan Linux

Annotation of /trunk/unzip/patches/unzip-5.52-fix_Makefile.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (hide annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years, 1 month ago) by niro
File size: 652 byte(s)
-import

1 niro 153 Submitted By: BLFS Book <blfs-book@linuxfromscratch.org>
2     Date: 2003-10-03
3     Initial Package Version: 5.50
4     Origin: NA
5     Description: Creates a missing symlink.
6    
7     $LastChangedBy: randy $
8     $Date: 2007-05-08 20:40:04 $
9    
10     diff -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