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
|
2017-04-22 19:17:50 +02:00
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
|
|
|
depends on BR2_USE_MMU # fork()
|
2019-02-09 17:28:14 +01:00
|
|
|
depends on BR2_USE_WCHAR
|
2017-03-11 13:58:52 +01:00
|
|
|
select BR2_PACKAGE_LIBTOOL
|
2014-10-31 22:15:19 +01:00
|
|
|
select BR2_PACKAGE_OPENSSL
|
|
|
|
select BR2_PACKAGE_ZLIB
|
|
|
|
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
|
|
|
|
|
2019-02-09 17:28:14 +01:00
|
|
|
comment "clamav needs a toolchain w/ C++, threads, wchar"
|
|
|
|
depends on !BR2_INSTALL_LIBSTDCPP \
|
|
|
|
|| !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
2014-10-31 22:15:19 +01:00
|
|
|
depends on BR2_USE_MMU
|