From 3c1ca3b7d3be2421d4f9395e7d00068627f6d0c6 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Tue, 24 Apr 2018 17:56:28 -0300 Subject: [PATCH] clamav: fixup disabling xml --disable-xml is not doing its job, but--with-xml=no works. Signed-off-by: Eneas U de Queiroz --- net/clamav/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/clamav/Makefile b/net/clamav/Makefile index ea6ac0981d..4353e00f3f 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 \ @@ -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 \ -- 2.30.2