Update the compressors patch to account for Makefile changes.
This commit is contained in:
parent
aff7084236
commit
f2a5d1e1b9
@ -1,15 +1,6 @@
|
|||||||
--- squashfs-tools/Makefile.orig 2011-01-01 11:01:33.000000000 -0600
|
--- squashfs-tools/Makefile.orig 2011-03-01 22:29:17.000000000 -0600
|
||||||
+++ squashfs-tools/Makefile 2011-01-01 11:03:59.000000000 -0600
|
+++ squashfs-tools/Makefile 2011-03-01 22:29:59.000000000 -0600
|
||||||
@@ -32,7 +32,7 @@
|
@@ -26,7 +26,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 @@
|
|
||||||
# To build using XZ Utils liblzma - install the library and uncomment
|
# To build using XZ Utils liblzma - install the library and uncomment
|
||||||
# the XZ_SUPPORT line below.
|
# the XZ_SUPPORT line below.
|
||||||
#
|
#
|
||||||
@ -18,7 +9,7 @@
|
|||||||
|
|
||||||
|
|
||||||
############ Building LZO support ##############
|
############ Building LZO support ##############
|
||||||
@@ -56,7 +56,7 @@
|
@@ -37,7 +37,7 @@
|
||||||
# LZO_SUPPORT line below. If needed, uncomment and set LZO_DIR to the
|
# LZO_SUPPORT line below. If needed, uncomment and set LZO_DIR to the
|
||||||
# installation prefix.
|
# installation prefix.
|
||||||
#
|
#
|
||||||
@ -26,4 +17,13 @@
|
|||||||
+LZO_SUPPORT = 1
|
+LZO_SUPPORT = 1
|
||||||
#LZO_DIR = /usr/local
|
#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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user