From: Michael Tremer Date: Tue, 22 Nov 2022 16:25:08 +0000 (+0000) Subject: configure: Only require libarchive >= 3.4.0 X-Git-Tag: 0.9.28~92 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=dc69c0710651c34ac304c52a7da8832a90bf20d2;p=pakfire.git configure: Only require libarchive >= 3.4.0 We used to require a couple more recent functions, but that code has been dropped, and so we can go back a little. Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index 60a7245d5..2289e7d9c 100644 --- a/configure.ac +++ b/configure.ac @@ -252,7 +252,7 @@ AX_PYTHON_MODULE([systemd], [fatal]) AX_PYTHON_MODULE([tornado], [fatal]) # Libraries we depend on -PKG_CHECK_MODULES([ARCHIVE], [libarchive >= 3.5.0]) +PKG_CHECK_MODULES([ARCHIVE], [libarchive >= 3.4.0]) PKG_CHECK_MODULES([CAP], [libcap]) PKG_CHECK_MODULES([CURL], [libcurl]) PKG_CHECK_MODULES([PYTHON_DEVEL], [python-${PYTHON_VERSION}-embed],