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 \ @@ -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 \