39 lines
886 B
Diff
39 lines
886 B
Diff
--- squashfs4.4/squashfs-tools/Makefile.orig 2020-12-31 18:14:20.736633721 +0000
|
|
+++ squashfs4.4/squashfs-tools/Makefile 2020-12-31 18:18:43.416195072 +0000
|
|
@@ -30,7 +30,7 @@
|
|
# To build install the library and uncomment
|
|
# the XZ_SUPPORT line below.
|
|
#
|
|
-#XZ_SUPPORT = 1
|
|
+XZ_SUPPORT = 1
|
|
|
|
|
|
############ Building LZO support ##############
|
|
@@ -44,7 +44,7 @@
|
|
# To build install the library and uncomment
|
|
# the XZ_SUPPORT line below.
|
|
#
|
|
-#LZO_SUPPORT = 1
|
|
+LZO_SUPPORT = 1
|
|
|
|
|
|
########### Building LZ4 support #############
|
|
@@ -60,7 +60,7 @@
|
|
# To build install and uncomment
|
|
# the LZ4_SUPPORT line below.
|
|
#
|
|
-#LZ4_SUPPORT = 1
|
|
+LZ4_SUPPORT = 1
|
|
|
|
|
|
########### Building ZSTD support ############
|
|
@@ -76,7 +76,7 @@
|
|
# To build install the library and uncomment
|
|
# the XZ_SUPPORT line below.
|
|
#
|
|
-#ZSTD_SUPPORT = 1
|
|
+ZSTD_SUPPORT = 1
|
|
|
|
|
|
######## Specifying default compression ########
|