Bruno Wolff III f2a5d1
--- squashfs-tools/Makefile.orig	2011-03-01 22:29:17.000000000 -0600
Bruno Wolff III f2a5d1
+++ squashfs-tools/Makefile	2011-03-01 22:29:59.000000000 -0600
Bruno Wolff III f2a5d1
@@ -26,7 +26,7 @@
Bruno Wolff III 5e95d1
 # To build using XZ Utils liblzma - install the library and uncomment
Bruno Wolff III 5e95d1
 # the XZ_SUPPORT line below.
Bruno Wolff III 5e95d1
 #
Bruno Wolff III 5e95d1
-#XZ_SUPPORT = 1
Bruno Wolff III 5e95d1
+XZ_SUPPORT = 1
Bruno Wolff III 5e95d1
 
Bruno Wolff III 5e95d1
 
Bruno Wolff III 5e95d1
 ############ Building LZO support ##############
Bruno Wolff III f2a5d1
@@ -37,7 +37,7 @@
Bruno Wolff III 80c704
 # LZO_SUPPORT line below. If needed, uncomment and set LZO_DIR to the
Bruno Wolff III 80c704
 # installation prefix.
Bruno Wolff III 80c704
 #
Bruno Wolff III 80c704
-#LZO_SUPPORT = 1
Bruno Wolff III 80c704
+LZO_SUPPORT = 1
Bruno Wolff III 80c704
 #LZO_DIR = /usr/local
Bruno Wolff III 80c704
 
Bruno Wolff III f2a5d1
 ########### Building LZMA support #############
Bruno Wolff III f2a5d1
@@ -57,7 +57,7 @@
Bruno Wolff III f2a5d1
 # work) - download and unpack it, uncomment and set LZMA_DIR to unpacked source,
Bruno Wolff III f2a5d1
 # and uncomment the LZMA_SUPPORT line below.
Bruno Wolff III f2a5d1
 #
Bruno Wolff III f2a5d1
-#LZMA_XZ_SUPPORT = 1
Bruno Wolff III f2a5d1
+LZMA_XZ_SUPPORT = 1
Bruno Wolff III f2a5d1
 #LZMA_SUPPORT = 1
Bruno Wolff III f2a5d1
 #LZMA_DIR = ../../../../LZMA/lzma465
Bruno Wolff III 80c704