sources, CMake is open source
and the
module is here:
https://github.com/Kitware/CMake/blob/master/Modules/FindBZip2.cmake
Regards, Micah
Micah Snyder
ClamAV Development
Talos
Cisco Systems, Inc.
____
From: cla
Hi,
I am writing to report that the cmake build method will be broken if the
"BZIP2_LIBRARIES" parameter is set.
The build is successful with this :
| cmake .. \
| -D CMAKE_BUILD_TYPE=Release \
| -D ENABLE_JSON_SHARED=OFF \
| -D JSONC_INCLUDE_DIR=/include/json-c \
| -D JSONC_LIBRARY=/lib
Thank you very much for your advice.
We have successfully built ClamAV 0.103.4 and have it working.
On Fri, 5 Nov 2021, Andrew C Aitchison wrote:
On Fri, 5 Nov 2021, anctop--- via clamav-users wrote:
We are using ClamAV on our server for protection against virus.
However, the build
Hi,
We are using ClamAV on our server for protection against virus.
However, the build method (using "cmake") for the new 0.104.1 release has
prevented us from upgrading promptly as before.
Our system is running "Linux From Scratch", in which most software packages
are installed in non-stan