Require libarchive>=3.3.3 due to zstd support.

This commit is contained in:
Juan RP
2019-06-26 09:05:37 +02:00
parent f9477e08a7
commit 00cda75a63
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@@ -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