23 lines
625 B
Diff
23 lines
625 B
Diff
--- squashfs4.2.orig/squashfs-tools/Makefile 2011-02-28 21:04:15.000000000 +0100
|
|
+++ squashfs4.2/build/squashfs-tools/Makefile 2011-03-02 14:21:00.776818880 +0100
|
|
@@ -37,7 +37,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
|
|
|
|
########### Building LZMA support #############
|
|
@@ -58,8 +58,8 @@
|
|
# and uncomment the LZMA_SUPPORT line below.
|
|
#
|
|
#LZMA_XZ_SUPPORT = 1
|
|
-#LZMA_SUPPORT = 1
|
|
-#LZMA_DIR = ../../../../LZMA/lzma465
|
|
+LZMA_SUPPORT = 1
|
|
+LZMA_DIR = ../..
|
|
|
|
######## Specifying default compression ########
|
|
#
|