diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-01-21 13:07:05 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-01-21 13:08:57 -0800 |
commit | 294f8b57b09196e40ec07bf24b8cc79b1ae24f55 (patch) | |
tree | b8931b93e41d275d50099c3ca05b07d322e6fe54 /app-antivirus | |
parent | net-fs/davfs2: remove vulnerable version #606448 (diff) | |
download | gentoo-294f8b57b09196e40ec07bf24b8cc79b1ae24f55.tar.gz gentoo-294f8b57b09196e40ec07bf24b8cc79b1ae24f55.tar.bz2 gentoo-294f8b57b09196e40ec07bf24b8cc79b1ae24f55.zip |
app-antivirus/clamav: econf --disable-zlib-vcheck #604650
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-antivirus')
-rw-r--r-- | app-antivirus/clamav/clamav-0.99.2.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-antivirus/clamav/clamav-0.99.2.ebuild b/app-antivirus/clamav/clamav-0.99.2.ebuild index 8cc42bbd3140..5ab484b34875 100644 --- a/app-antivirus/clamav/clamav-0.99.2.ebuild +++ b/app-antivirus/clamav/clamav-0.99.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -54,6 +54,7 @@ src_configure() { econf \ --disable-experimental \ --disable-fanotify \ + --disable-zlib-vcheck \ --enable-id-check \ --with-dbdir="${EPREFIX}"/var/lib/clamav \ --with-system-tommath \ |