Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add libarchive to CentOS 8 section (#2383)
Unfortunately cmake does't work without libarchive nor does it install it as a dependancy (probably it's a bug, see https://programmerah.com/solved-cmake-symbol-lookup-error-cmake-undefined-symbol-archive_write_add_filter_zstd-32832/). So, we have to install it manually. Otherwise we get: ``` [vagrant@localhost ~]$ cmake cmake: symbol lookup error: cmake: undefined symbol: archive_write_add_filter_zstd ```
- Loading branch information