libzip: enable bzip/lzma/zstd compression by default (#496496)
This commit is contained in:
@@ -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,
|
||||
}:
|
||||
|
||||
Reference in New Issue
Block a user