From 00cda75a6399668e8c75f6811d3eab79e2fa591c Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 26 Jun 2019 09:05:37 +0200 Subject: [PATCH] Require libarchive>=3.3.3 due to zstd support. --- README.md | 2 +- configure | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a2fceee..a4b20de6 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/configure b/configure index dd188bc7..132bae37 100755 --- a/configure +++ b/configure @@ -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