summaryrefslogtreecommitdiffstats
path: root/recipes-security/clamav/clamav_0.99.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-security/clamav/clamav_0.99.4.bb')
-rw-r--r--recipes-security/clamav/clamav_0.99.4.bb10
1 files changed, 3 insertions, 7 deletions
diff --git a/recipes-security/clamav/clamav_0.99.4.bb b/recipes-security/clamav/clamav_0.99.4.bb
index 1d09ba6..6219d9e 100644
--- a/recipes-security/clamav/clamav_0.99.4.bb
+++ b/recipes-security/clamav/clamav_0.99.4.bb
@@ -31,17 +31,13 @@ GID = "clamav"
31 31
32# Clamav has a built llvm version 2 but does not build with gcc 6.x, 32# Clamav has a built llvm version 2 but does not build with gcc 6.x,
33# disable the internal one. This is a known issue 33# disable the internal one. This is a known issue
34# If you want LLVM support, use meta-oe llvm3.3 to build for GCC 6.X, 34# If you want LLVM support, use the one in core
35# as defined below
36 35
37CLAMAV_LLVM ?= "oellvm" 36PACKAGECONFIG ?= "ncurses openssl bz2 zlib llvm"
38CLAMAV_LLVM_RELEASE ?= "8.0"
39
40PACKAGECONFIG ?= "ncurses openssl bz2 zlib ${CLAMAV_LLVM}"
41PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)}" 37PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)}"
42PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}" 38PACKAGECONFIG += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'systemd', '', d)}"
43 39
44PACKAGECONFIG[oellvm] = "--with-system-llvm --with-llvm-linking=dynamic --disable-llvm, ,llvm${CLAMAV_LLVM_RELEASE}" 40PACKAGECONFIG[llvm] = "--with-system-llvm --with-llvm-linking=dynamic --disable-llvm, ,llvm8.0"
45 41
46PACKAGECONFIG[pcre] = "--with-pcre=${STAGING_LIBDIR}, --without-pcre, libpcre" 42PACKAGECONFIG[pcre] = "--with-pcre=${STAGING_LIBDIR}, --without-pcre, libpcre"
47PACKAGECONFIG[xml] = "--with-xml=${STAGING_LIBDIR}/.., --with-xml=no, libxml2," 43PACKAGECONFIG[xml] = "--with-xml=${STAGING_LIBDIR}/.., --with-xml=no, libxml2,"