Merge pull request #7613 from cotequeiroz/clamav_no-xml

clamav: fixup disabling xml
This commit is contained in:
Hannu Nyman 2018-12-10 19:06:29 +02:00 committed by GitHub
commit 5eff27da8b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \