projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90ecf73
)
clamav: fixup disabling xml
author
Eneas U de Queiroz
<cote2004-github@yahoo.com>
Tue, 24 Apr 2018 20:56:28 +0000
(17:56 -0300)
committer
Eneas U de Queiroz
<cote2004-github@yahoo.com>
Fri, 7 Dec 2018 23:43:31 +0000
(21:43 -0200)
--disable-xml is not doing its job, but--with-xml=no works.
Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
net/clamav/Makefile
patch
|
blob
|
history
diff --git
a/net/clamav/Makefile
b/net/clamav/Makefile
index ea6ac0981dc930003f8d8e15afa6f44bd94124a3..4353e00f3fc6dda42efec0dbff4873973d64baf4 100644
(file)
--- a/
net/clamav/Makefile
+++ b/
net/clamav/Makefile
@@
-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 \