From f2a5d1e1b9dde8a063ac21a7dc2522d954e9771a Mon Sep 17 00:00:00 2001 From: Bruno Wolff III Date: Mar 02 2011 04:31:43 +0000 Subject: Update the compressors patch to account for Makefile changes. --- diff --git a/squashfs-compressors.patch b/squashfs-compressors.patch index d3a0699..2623593 100644 --- a/squashfs-compressors.patch +++ b/squashfs-compressors.patch @@ -1,15 +1,6 @@ ---- squashfs-tools/Makefile.orig 2011-01-01 11:01:33.000000000 -0600 -+++ squashfs-tools/Makefile 2011-01-01 11:03:59.000000000 -0600 -@@ -32,7 +32,7 @@ - # work) - download and unpack it, uncomment and set LZMA_DIR to unpacked source, - # and uncomment the LZMA_SUPPORT line below. - # --#LZMA_XZ_SUPPORT = 1 -+LZMA_XZ_SUPPORT = 1 - #LZMA_SUPPORT = 1 - #LZMA_DIR = ../../../../LZMA/lzma465 - -@@ -45,7 +45,7 @@ +--- squashfs-tools/Makefile.orig 2011-03-01 22:29:17.000000000 -0600 ++++ squashfs-tools/Makefile 2011-03-01 22:29:59.000000000 -0600 +@@ -26,7 +26,7 @@ # To build using XZ Utils liblzma - install the library and uncomment # the XZ_SUPPORT line below. # @@ -18,7 +9,7 @@ ############ Building LZO support ############## -@@ -56,7 +56,7 @@ +@@ -37,7 +37,7 @@ # LZO_SUPPORT line below. If needed, uncomment and set LZO_DIR to the # installation prefix. # @@ -26,4 +17,13 @@ +LZO_SUPPORT = 1 #LZO_DIR = /usr/local + ########### Building LZMA support ############# +@@ -57,7 +57,7 @@ + # work) - download and unpack it, uncomment and set LZMA_DIR to unpacked source, + # and uncomment the LZMA_SUPPORT line below. + # +-#LZMA_XZ_SUPPORT = 1 ++LZMA_XZ_SUPPORT = 1 + #LZMA_SUPPORT = 1 + #LZMA_DIR = ../../../../LZMA/lzma465