summaryrefslogtreecommitdiff
path: root/packages/squashfs-tools/files/squashfs2.0-tools-lzma.patch
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-06-30 08:19:37 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-06-30 08:19:37 +0000
commitc8e5702127e507e82e6f68a4b8c546803accea9d (patch)
tree00583491f40ecc640f2b28452af995e3a63a09d7 /packages/squashfs-tools/files/squashfs2.0-tools-lzma.patch
parent87ec8ca4d2e2eb4d1c1e1e1a6b46a395d56805b9 (diff)
import clean BK tree at cset 1.3670
Diffstat (limited to 'packages/squashfs-tools/files/squashfs2.0-tools-lzma.patch')
-rw-r--r--packages/squashfs-tools/files/squashfs2.0-tools-lzma.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/squashfs-tools/files/squashfs2.0-tools-lzma.patch b/packages/squashfs-tools/files/squashfs2.0-tools-lzma.patch
index e69de29bb2..91beaad1dc 100644
--- a/packages/squashfs-tools/files/squashfs2.0-tools-lzma.patch
+++ b/packages/squashfs-tools/files/squashfs2.0-tools-lzma.patch
@@ -0,0 +1,12 @@
+--- squashfs-tools/Makefile.orig 2005-06-12 21:41:47.000000000 +0200
++++ squashfs-tools/Makefile 2005-06-12 21:42:08.000000000 +0200
+@@ -10,6 +10,9 @@
+ mksquashfs: mksquashfs.o read_fs.o sort.o
+ $(CCLD) $(LDFLAGS_R) $(LDFLAGS) mksquashfs.o read_fs.o sort.o $(LIBS) -o $@
+
++mksquashfs-lzma: mksquashfs.o read_fs.o sort.o
++ $(CXX) $(LDFLAGS) mksquashfs.o read_fs.o sort.o -llzma -o $@
++
+ mksquashfs.o: mksquashfs.c mksquashfs.h
+ $(CC) $(CFLAGS_R) $(CFLAGS) -c -o mksquashfs.o mksquashfs.c
+