Changeset 2177

Show
Ignore:
Timestamp:
03/16/07 23:10:43 (2 years ago)
Author:
tg
Message:

regenerate this patch ― I have no idea why it didn't apply before…

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/tools/squashfs/patches/patch-squashfs-tools_Makefile

    r434 r2177  
    11$FreeWRT$ 
    22--- squashfs3.0.orig/squashfs-tools/Makefile    Wed Mar 15 21:35:57 2006 
    3 +++ squashfs3.0/squashfs-tools/Makefile Thu Jul 27 10:23:46 2006 
    4 @@ -1,12 +1,16 @@ 
     3+++ squashfs3.0/squashfs-tools/Makefile Fri Mar 16 22:09:03 2007 
     4@@ -1,12 +1,15 @@ 
    55 INCLUDEDIR = . 
    6 +#LZMAPATH = ../lzma/SRC/7zip/Compress/LZMA_Lib 
    76  
    87-CFLAGS := -I$(INCLUDEDIR) -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -O2 
     
    2019  
    2120 read_fs.o: read_fs.c squashfs_fs.h read_fs.h global.h 
    22 @@ -17,3 +21,5 @@ unsquashfs: unsquashfs.o 
     21@@ -17,3 +20,5 @@ unsquashfs: unsquashfs.o 
    2322        $(CC) unsquashfs.o -lz -o $@ 
    2423