clamav: fixup disabling xml
authorEneas U de Queiroz <cote2004-github@yahoo.com>
Tue, 24 Apr 2018 20:56:28 +0000 (17:56 -0300)
committerEneas U de Queiroz <cote2004-github@yahoo.com>
Fri, 7 Dec 2018 23:43:31 +0000 (21:43 -0200)
--disable-xml is not doing its job, but--with-xml=no works.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
net/clamav/Makefile

index ea6ac0981dc930003f8d8e15afa6f44bd94124a3..4353e00f3fc6dda42efec0dbff4873973d64baf4 100644 (file)
@@ -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 \