summaryrefslogtreecommitdiffstats
path: root/recipes-security
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2017-09-28 19:48:22 -0700
committerArmin Kuster <akuster808@gmail.com>2017-09-30 11:44:55 -0700
commitd34afdfbf5e0567af9cad86805c48d02b7e8d573 (patch)
tree25ecb3ccd8cfa701136986c99fd5a209e7102fa7 /recipes-security
parente180062c708483a55390a6adc1efd9e60d2681c5 (diff)
downloadmeta-security-d34afdfbf5e0567af9cad86805c48d02b7e8d573.tar.gz
clamav: update llvm to use 5.0 to match version in core
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'recipes-security')
-rw-r--r--recipes-security/clamav/clamav_0.99.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/clamav/clamav_0.99.2.bb b/recipes-security/clamav/clamav_0.99.2.bb
index c755a64..5dfda8f 100644
--- a/recipes-security/clamav/clamav_0.99.2.bb
+++ b/recipes-security/clamav/clamav_0.99.2.bb
@@ -37,7 +37,7 @@ GID = "clamav"
37# as defined below 37# as defined below
38 38
39CLAMAV_LLVM ?= "oellvm" 39CLAMAV_LLVM ?= "oellvm"
40CLAMAV_LLVM_RELEASE ?= "3.3" 40CLAMAV_LLVM_RELEASE ?= "5.0"
41 41
42PACKAGECONFIG ?= "ncurses openssl bz2 zlib ${CLAMAV_LLVM}" 42PACKAGECONFIG ?= "ncurses openssl bz2 zlib ${CLAMAV_LLVM}"
43PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)}" 43PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)}"