39 lines
903 B
Diff
39 lines
903 B
Diff
--- squashfs-tools-4.5/squashfs-tools/Makefile.orig 2021-07-25 15:13:52.998139610 +0200
|
|
+++ squashfs-tools-4.5/squashfs-tools/Makefile 2021-07-25 15:14:21.967671822 +0200
|
|
@@ -34,7 +34,7 @@
|
|
# To build install the library and uncomment
|
|
# the XZ_SUPPORT line below.
|
|
#
|
|
-#XZ_SUPPORT = 1
|
|
+XZ_SUPPORT = 1
|
|
|
|
|
|
############ Building LZO support ##############
|
|
@@ -48,7 +48,7 @@
|
|
# To build install the library and uncomment
|
|
# the LZO_SUPPORT line below.
|
|
#
|
|
-#LZO_SUPPORT = 1
|
|
+LZO_SUPPORT = 1
|
|
|
|
|
|
########### Building LZ4 support #############
|
|
@@ -64,7 +64,7 @@
|
|
# To build install and uncomment
|
|
# the LZ4_SUPPORT line below.
|
|
#
|
|
-#LZ4_SUPPORT = 1
|
|
+LZ4_SUPPORT = 1
|
|
|
|
|
|
########### Building ZSTD support ############
|
|
@@ -80,7 +80,7 @@
|
|
# To build install the library and uncomment
|
|
# the ZSTD_SUPPORT line below.
|
|
#
|
|
-#ZSTD_SUPPORT = 1
|
|
+ZSTD_SUPPORT = 1
|
|
|
|
|
|
######## Specifying default compression ########
|