From d34afdfbf5e0567af9cad86805c48d02b7e8d573 Mon Sep 17 00:00:00 2001 From: Armin Kuster Date: Thu, 28 Sep 2017 19:48:22 -0700 Subject: [PATCH] clamav: update llvm to use 5.0 to match version in core Signed-off-by: Armin Kuster --- recipes-security/clamav/clamav_0.99.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" # as defined below CLAMAV_LLVM ?= "oellvm" -CLAMAV_LLVM_RELEASE ?= "3.3" +CLAMAV_LLVM_RELEASE ?= "5.0" PACKAGECONFIG ?= "ncurses openssl bz2 zlib ${CLAMAV_LLVM}" PACKAGECONFIG += " ${@bb.utils.contains("DISTRO_FEATURES", "ipv6", "ipv6", "", d)}"