Require libarchive>=3.3.3 due to zstd support.
This commit is contained in:
parent
f9477e08a7
commit
00cda75a63
@ -61,7 +61,7 @@ To build this you'll need:
|
||||
- [pkg-config](https://www.freedesktop.org/wiki/Software/pkg-config/)
|
||||
- [zlib](https://www.zlib.net)
|
||||
- [openssl < 1.1](https://www.openssl.org) or [libressl](https://www.libressl.org/)
|
||||
- [libarchive >= 3.2.0](https://www.libarchive.org)
|
||||
- [libarchive >= 3.3.3](https://www.libarchive.org) with lz4 and zstd support.
|
||||
|
||||
and optionally:
|
||||
|
||||
|
2
configure
vendored
2
configure
vendored
@ -665,7 +665,7 @@ fi
|
||||
#
|
||||
# libarchive with pkg-config support is required.
|
||||
#
|
||||
LIBARCHIVE_REQVER=3.2.0
|
||||
LIBARCHIVE_REQVER=3.3.3
|
||||
|
||||
printf "Checking for libarchive >= ${LIBARCHIVE_REQVER} via pkg-config ... "
|
||||
if ! $PKGCONFIG_BIN --atleast-version=${LIBARCHIVE_REQVER} libarchive; then
|
||||
|
Loading…
Reference in New Issue
Block a user