2014-10-31 22:15:19 +01:00
|
|
|
config BR2_PACKAGE_CLAMAV
|
|
|
|
bool "clamav"
|
2019-01-28 19:47:06 +01:00
|
|
|
depends on BR2_INSTALL_LIBSTDCPP
|
2023-05-08 22:44:44 +02:00
|
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
2017-04-22 19:17:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
depends on BR2_USE_MMU # fork()
|
2020-09-23 19:54:36 +02:00
|
|
|
depends on !BR2_STATIC_LIBS # dlopen
|
2019-02-09 17:28:14 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2023-05-08 22:44:44 +02:00
|
|
|
select BR2_PACKAGE_BZIP2
|
|
|
|
select BR2_PACKAGE_HOST_RUSTC
|
|
|
|
select BR2_PACKAGE_JSON_C
|
2019-10-05 22:59:21 +02:00
|
|
|
select BR2_PACKAGE_LIBCURL
|
|
|
|
select BR2_PACKAGE_LIBMSPACK
|
2023-05-08 22:44:44 +02:00
|
|
|
select BR2_PACKAGE_LIBXML2
|
2019-10-12 19:04:54 +02:00
|
|
|
select BR2_PACKAGE_MUSL_FTS if !BR2_TOOLCHAIN_USES_GLIBC
|
2014-10-31 22:15:19 +01:00
|
|
|
select BR2_PACKAGE_OPENSSL
|
2023-05-08 22:44:44 +02:00
|
|
|
select BR2_PACKAGE_PCRE2
|
2014-10-31 22:15:19 +01:00
|
|
|
select BR2_PACKAGE_ZLIB
|
2022-04-23 22:39:22 +02:00
|
|
|
select BR2_PACKAGE_ZLIB_FORCE_LIBZLIB
|
2014-10-31 22:15:19 +01:00
|
|
|
help
|
2017-05-05 16:08:07 +02:00
|
|
|
ClamAV is an open source antivirus engine for detecting
|
|
|
|
trojans, viruses, malware & other malicious threats.
|
2014-10-31 22:15:19 +01:00
|
|
|
|
|
|
|
http://www.clamav.net
|
|
|
|
|
2020-09-23 19:54:36 +02:00
|
|
|
comment "clamav needs a toolchain w/ C++, dynamic library, threads, wchar"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS \
|
2019-02-09 17:28:14 +01:00
|
|
|
|| !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
2023-05-08 22:44:44 +02:00
|
|
|
depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
|
2014-10-31 22:15:19 +01:00
|
|
|
depends on BR2_USE_MMU
|