summaryrefslogtreecommitdiffstats
path: root/antivirus/clamav/DEPENDS
blob: a7a7b30be50535fd80b2596b853a88620a694bb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
depends -sub CXX gcc &&
depends zlib &&
depends libtommath "--with-system-tommath" &&
optional_depends bzip2  "--enable-bzip2"           \
                        "--disable-bzip2"          \
                        "for bzip2 support"        &&

optional_depends dazukofs "--enable-clamuko" \
                        "--disable-clamuko" \
                        "for on access scanning" &&

optional_depends gmp    "--enable-dsig"            \
                        "--disable-dsig"           \
                        "for digital signature support"	&&

optional_depends llvm  '' '' 'JIT support in engine' &&
optional_depends SYSTEM-LOGGER "" "" "to log activity"