Skip to content

Commit

Permalink
tools/squashfs: refresh patches
Browse files Browse the repository at this point in the history
Signed-off-by: John Crispin <[email protected]>

SVN-Revision: 47859
  • Loading branch information
John Crispin committed Dec 11, 2015
1 parent fd1c1b4 commit 34124de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/squashfs/patches/100-lzma.patch
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- a/squashfs-tools/Makefile
+++ b/squashfs-tools/Makefile
@@ -7,6 +8,9 @@ all: mksquashfs unsquashfs
@@ -7,6 +7,9 @@ all: mksquashfs unsquashfs
mksquashfs: mksquashfs.o read_fs.o sort.o
$(CC) mksquashfs.o read_fs.o sort.o -lz -o $@

Expand All @@ -10,7 +10,7 @@
mksquashfs.o: mksquashfs.c squashfs_fs.h mksquashfs.h global.h sort.h

read_fs.o: read_fs.c squashfs_fs.h read_fs.h global.h
@@ -16,4 +20,9 @@ sort.o: sort.c squashfs_fs.h global.h so
@@ -16,4 +19,9 @@ sort.o: sort.c squashfs_fs.h global.h so
unsquashfs: unsquashfs.o
$(CC) unsquashfs.o -lz -o $@

Expand Down

0 comments on commit 34124de

Please sign in to comment.