squashfs-tools/squashfs-compressors.patch

30 lines
771 B
Diff
Raw Normal View History

--- squashfs-tools/Makefile.orig 2011-01-01 11:01:33.000000000 -0600
+++ squashfs-tools/Makefile 2011-01-01 11:03:59.000000000 -0600
2010-12-24 17:32:31 +00:00
@@ -32,7 +32,7 @@
# work) - download and unpack it, uncomment and set LZMA_DIR to unpacked source,
# and uncomment the LZMA_SUPPORT line below.
#
2010-12-24 17:32:31 +00:00
-#LZMA_XZ_SUPPORT = 1
+LZMA_XZ_SUPPORT = 1
#LZMA_SUPPORT = 1
#LZMA_DIR = ../../../../LZMA/lzma465
2010-12-24 17:32:31 +00:00
@@ -45,7 +45,7 @@
# To build using XZ Utils liblzma - install the library and uncomment
# the XZ_SUPPORT line below.
#
-#XZ_SUPPORT = 1
+XZ_SUPPORT = 1
############ Building LZO support ##############
@@ -56,7 +56,7 @@
# LZO_SUPPORT line below. If needed, uncomment and set LZO_DIR to the
# installation prefix.
#
-#LZO_SUPPORT = 1
+LZO_SUPPORT = 1
#LZO_DIR = /usr/local