Merge pull request #7613 from cotequeiroz/clamav_no-xml
clamav: fixup disabling xml
This commit is contained in:
commit
5eff27da8b
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