aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannu Nyman <hannu.nyman@iki.fi>2018-12-10 19:06:29 +0200
committerGitHub <noreply@github.com>2018-12-10 19:06:29 +0200
commit5eff27da8be7e4a77088c8209bd477286882b248 (patch)
tree78b4242a4cf79b33d6654e7efeb6f4db18156144
parent05ec8631543314409c734cd8ed992d640c18e619 (diff)
parent3c1ca3b7d3be2421d4f9395e7d00068627f6d0c6 (diff)
Merge pull request #7613 from cotequeiroz/clamav_no-xml
clamav: fixup disabling xml
-rw-r--r--net/clamav/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/clamav/Makefile b/net/clamav/Makefile
index ea6ac0981..4353e00f3 100644
--- a/net/clamav/Makefile
+++ b/net/clamav/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=clamav
PKG_VERSION:=0.100.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr> \
@@ -68,7 +68,7 @@ define Build/Configure
--prefix=/usr/ \
--exec-prefix=/usr/ \
--enable-milter \
- --disable-xml \
+ --with-xml=no \
--disable-bzip2 \
--with-user nobody \
--with-group nogroup \