Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/pmacct/
Date: Mon, 23 Oct 2017 02:18:44
Message-Id: 1508725119.eee6d69933479983b055f37fe9b94075625943fa.jer@gentoo
1 commit: eee6d69933479983b055f37fe9b94075625943fa
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 23 02:18:23 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 23 02:18:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee6d699
7
8 net-analyzer/pmacct: Fix building against >>>=o=>>>dev-db:::mariadb/10.2.
9
10 Package-Manager: Portage-2.3.12, Repoman-2.3.3
11
12 net-analyzer/pmacct/pmacct-1.7.0.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/net-analyzer/pmacct/pmacct-1.7.0.ebuild b/net-analyzer/pmacct/pmacct-1.7.0.ebuild
16 index 8e66372172f..1cac3337d20 100644
17 --- a/net-analyzer/pmacct/pmacct-1.7.0.ebuild
18 +++ b/net-analyzer/pmacct/pmacct-1.7.0.ebuild
19 @@ -2,7 +2,7 @@
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=6
23 -inherit toolchain-funcs
24 +inherit flag-o-matic toolchain-funcs
25
26 DESCRIPTION="A network tool to gather IP traffic information"
27 HOMEPAGE="http://www.pmacct.net/"
28 @@ -48,6 +48,7 @@ DOCS=(
29
30 src_configure() {
31 tc-export CC AR RANLIB
32 + append-cflags -DMYSQL_SERVER_VERSION=99999999
33
34 econf \
35 $(use_enable 64bit) \