mirror of
https://github.com/openwrt/packages.git
synced 2025-12-27 06:59:59 +04:00
Merge pull request #7613 from cotequeiroz/clamav_no-xml
clamav: fixup disabling xml
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user