Browse Source

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>
lilik-openwrt-22.03
Eneas U de Queiroz 7 years ago
parent
commit
3c1ca3b7d3
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/clamav/Makefile

+ 2
- 2
net/clamav/Makefile View File

@ -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 \


Loading…
Cancel
Save