xref: /OK3568_Linux_fs/buildroot/package/clamav/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyunconfig BR2_PACKAGE_CLAMAV
2*4882a593Smuzhiyun	bool "clamav"
3*4882a593Smuzhiyun	depends on BR2_INSTALL_LIBSTDCPP
4*4882a593Smuzhiyun	depends on BR2_TOOLCHAIN_HAS_THREADS
5*4882a593Smuzhiyun	depends on BR2_USE_MMU # fork()
6*4882a593Smuzhiyun	depends on !BR2_STATIC_LIBS # dlopen
7*4882a593Smuzhiyun	depends on BR2_USE_WCHAR
8*4882a593Smuzhiyun	select BR2_PACKAGE_LIBCURL
9*4882a593Smuzhiyun	select BR2_PACKAGE_LIBMSPACK
10*4882a593Smuzhiyun	select BR2_PACKAGE_MUSL_FTS if !BR2_TOOLCHAIN_USES_GLIBC
11*4882a593Smuzhiyun	select BR2_PACKAGE_OPENSSL
12*4882a593Smuzhiyun	select BR2_PACKAGE_ZLIB
13*4882a593Smuzhiyun	help
14*4882a593Smuzhiyun	  ClamAV is an open source antivirus engine for detecting
15*4882a593Smuzhiyun	  trojans, viruses, malware & other malicious threats.
16*4882a593Smuzhiyun
17*4882a593Smuzhiyun	  http://www.clamav.net
18*4882a593Smuzhiyun
19*4882a593Smuzhiyuncomment "clamav needs a toolchain w/ C++, dynamic library, threads, wchar"
20*4882a593Smuzhiyun	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS \
21*4882a593Smuzhiyun		|| !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
22*4882a593Smuzhiyun	depends on BR2_USE_MMU
23