From 92a74c73a661cec52cdbe96bb4c2d879cd25004c Mon Sep 17 00:00:00 2001 From: Boris Yumankulov Date: Sat, 9 Nov 2024 19:09:37 +0500 Subject: [PATCH] Enable ZSTD_SUPPORT and GZIP_SUPPORT on squashfs-tools --- squashfs-tools/squashfs-tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/squashfs-tools/squashfs-tools.json b/squashfs-tools/squashfs-tools.json index 29a09f84..56fa5122 100644 --- a/squashfs-tools/squashfs-tools.json +++ b/squashfs-tools/squashfs-tools.json @@ -2,7 +2,7 @@ "name": "squashfs-tools", "buildsystem": "simple", "build-commands": [ - "XZ_SUPPORT=1 LZO_SUPPORT=1 make -C squashfs-tools -j ${FLATPAK_BUILDER_N_JOBS} install INSTALL_DIR=${FLATPAK_DEST}/bin INSTALL_MANPAGES_DIR=${FLATPAK_DEST}/man/man1" + "XZ_SUPPORT=1 LZO_SUPPORT=1 ZSTD_SUPPORT=1 GZIP_SUPPORT=1 make -C squashfs-tools -j ${FLATPAK_BUILDER_N_JOBS} install INSTALL_DIR=${FLATPAK_DEST}/bin INSTALL_MANPAGES_DIR=${FLATPAK_DEST}/man/man1" ], "cleanup": [ "/man"