summaryrefslogtreecommitdiffstats
path: root/package/clamav/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/clamav/Config.in')
-rw-r--r--package/clamav/Config.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/clamav/Config.in b/package/clamav/Config.in
index f832341a02..051df0d40e 100644
--- a/package/clamav/Config.in
+++ b/package/clamav/Config.in
@@ -1,11 +1,11 @@
config BR2_PACKAGE_CLAMAV
bool "clamav"
+ depends on BR2_TOOLCHAIN_HAS_THREADS
+ depends on BR2_USE_MMU # fork()
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
select BR2_PACKAGE_LIBTOOL
select BR2_PACKAGE_OPENSSL
select BR2_PACKAGE_ZLIB
- depends on BR2_TOOLCHAIN_HAS_THREADS
- depends on BR2_USE_MMU # fork()
help
ClamAV is an open source antivirus engine for detecting trojans,
viruses, malware & other malicious threats.
OpenPOWER on IntegriCloud