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:
parent
90ecf737c8
commit
3c1ca3b7d3
1 changed files with 2 additions and 2 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue