diff -r -u squashfs.orig/squashfs-tools/Makefile squashfs.mod/squashfs-tools/Makefile
--- squashfs.orig/squashfs-tools/Makefile	2010-09-15 03:38:48.000000000 +0000
+++ squashfs.mod/squashfs-tools/Makefile	2010-09-16 07:20:23.488645508 +0000
@@ -30,7 +30,7 @@
 # work) - download and unpack it, uncomment and set LZMA_DIR to unpacked source,
 # and uncomment the LZMA_SUPPORT line below.
 #
-#XZ_SUPPORT = 1
+XZ_SUPPORT = 1
 #LZMA_SUPPORT = 1
 #LZMA_DIR = ../../../LZMA/lzma465
 
@@ -43,8 +43,8 @@
 # LZO_SUPPORT line below. If needed, uncomment and set LZO_DIR to the
 # installation prefix.
 #
-#LZO_SUPPORT = 1
-#LZO_DIR = /usr/local
+LZO_SUPPORT = 1
+LZO_DIR = /usr
 
 
 ######## Specifying default compression ########
