Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamav/
Date: Fri, 27 Jan 2017 18:34:50
Message-Id: 1485541905.941efe41a72bca04a0fe6b15bd9ba96a9c46dddf.zmedico@gentoo
1 commit: 941efe41a72bca04a0fe6b15bd9ba96a9c46dddf
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 27 18:31:45 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 27 18:31:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=941efe41
7
8 app-antivirus/clamav: econf --disable-zlib-vcheck #604650
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-antivirus/clamav/clamav-0.99.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 diff --git a/app-antivirus/clamav/clamav-0.99.ebuild b/app-antivirus/clamav/clamav-0.99.ebuild
16 index 15506e45..144082f 100644
17 --- a/app-antivirus/clamav/clamav-0.99.ebuild
18 +++ b/app-antivirus/clamav/clamav-0.99.ebuild
19 @@ -51,6 +51,7 @@ src_configure() {
20 econf \
21 --disable-experimental \
22 --disable-fanotify \
23 + --disable-zlib-vcheck \
24 --enable-id-check \
25 --with-dbdir="${EPREFIX}"/var/lib/clamav \
26 --with-system-tommath \