python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / clamav / Config.in
blobf832341a02f61dd7385a558529330e7da8715846
1 config BR2_PACKAGE_CLAMAV
2         bool "clamav"
3         select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
4         select BR2_PACKAGE_LIBTOOL
5         select BR2_PACKAGE_OPENSSL
6         select BR2_PACKAGE_ZLIB
7         depends on BR2_TOOLCHAIN_HAS_THREADS
8         depends on BR2_USE_MMU # fork()
9         help
10           ClamAV is an open source antivirus engine for detecting trojans,
11           viruses, malware & other malicious threats.
13           http://www.clamav.net
15 comment "clamav needs a toolchain w/ threads"
16         depends on !BR2_TOOLCHAIN_HAS_THREADS
17         depends on BR2_USE_MMU