diff -ruN squashfs4.2.orig/squashfs-tools/Makefile squashfs4.2/squashfs-tools/Makefile
--- squashfs4.2.orig/squashfs-tools/Makefile	2011-02-28 21:04:15.000000000 +0100
+++ squashfs4.2/squashfs-tools/Makefile	2011-03-30 16:13:38.467270000 +0200
@@ -26,7 +26,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 ##############
@@ -37,8 +37,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
 
 ########### Building LZMA support #############
 #
