libzip: enable bzip/lzma/zstd compression by default (#496496)

This commit is contained in:
Jo
2026-03-04 12:28:41 +00:00
committed by GitHub
+3 -3
View File
@@ -6,13 +6,13 @@
perl,
zlib,
groff,
withBzip2 ? false,
withBzip2 ? true,
bzip2,
withLZMA ? false,
withLZMA ? true,
xz,
withOpenssl ? false,
openssl,
withZstd ? false,
withZstd ? true,
zstd,
testers,
}: