build: fix minimum libarchive version

Seems like 3.3.3 was not correct and too early.

Fixes: #7334
This commit is contained in:
wm4 2020-01-07 22:31:35 +01:00
parent bcc921bd2f
commit 5b56be0e91
1 changed files with 1 additions and 1 deletions

View File

@ -414,7 +414,7 @@ iconv support use --disable-iconv.",
}, {
'name': '--libarchive',
'desc': 'libarchive wrapper for reading zip files and more',
'func': check_pkg_config('libarchive >= 3.3.3'),
'func': check_pkg_config('libarchive >= 3.4.0'),
}, {
'name': '--dvbin',
'desc': 'DVB input module',