summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2018-04-11 18:49:19 -0700
committerArmin Kuster <akuster808@gmail.com>2018-04-13 08:18:36 -0700
commitd2a71316f273a272a3ae97ed6015e1a8ed3006a8 (patch)
treea8d125c4231e6f8e7afb5b7f4e02bf1b921cd7d6
parent295d3f2bc9cdc3001539e94352025eb1cd20fe24 (diff)
downloadmeta-security-d2a71316f273a272a3ae97ed6015e1a8ed3006a8.tar.gz
clamav: update LLVM version to match core
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/clamav/clamav_0.99.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/clamav/clamav_0.99.3.bb b/recipes-security/clamav/clamav_0.99.3.bb
index dc26277..043fa21 100644
--- a/recipes-security/clamav/clamav_0.99.3.bb
+++ b/recipes-security/clamav/clamav_0.99.3.bb
@@ -35,7 +35,7 @@ GID = "clamav"
35# as defined below 35# as defined below
36 36
37CLAMAV_LLVM ?= "oellvm" 37CLAMAV_LLVM ?= "oellvm"
38CLAMAV_LLVM_RELEASE ?= "5.0" 38CLAMAV_LLVM_RELEASE ?= "6.0"
39 39
40PACKAGECONFIG ?= "ncurses openssl bz2 zlib ${CLAMAV_LLVM}" 40PACKAGECONFIG ?= "ncurses openssl bz2 zlib ${CLAMAV_LLVM}"
41PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)}" 41PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)}"