clamav: fixup disabling xml

--disable-xml is not doing its job, but--with-xml=no works.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
This commit is contained in:
Eneas U de Queiroz 2018-04-24 17:56:28 -03:00
parent 90ecf737c8
commit 3c1ca3b7d3

View file

@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=clamav PKG_NAME:=clamav
PKG_VERSION:=0.100.2 PKG_VERSION:=0.100.2
PKG_RELEASE:=1 PKG_RELEASE:=2
PKG_LICENSE:=GPL-2.0 PKG_LICENSE:=GPL-2.0
PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr> \ PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr> \
@ -68,7 +68,7 @@ define Build/Configure
--prefix=/usr/ \ --prefix=/usr/ \
--exec-prefix=/usr/ \ --exec-prefix=/usr/ \
--enable-milter \ --enable-milter \
--disable-xml \ --with-xml=no \
--disable-bzip2 \ --disable-bzip2 \
--with-user nobody \ --with-user nobody \
--with-group nogroup \ --with-group nogroup \