commit: eee6d69933479983b055f37fe9b94075625943fa Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Mon Oct 23 02:18:23 2017 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Mon Oct 23 02:18:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eee6d699
net-analyzer/pmacct: Fix building against >>>=o=>>>dev-db:::mariadb/10.2. Package-Manager: Portage-2.3.12, Repoman-2.3.3 net-analyzer/pmacct/pmacct-1.7.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net-analyzer/pmacct/pmacct-1.7.0.ebuild b/net-analyzer/pmacct/pmacct-1.7.0.ebuild index 8e66372172f..1cac3337d20 100644 --- a/net-analyzer/pmacct/pmacct-1.7.0.ebuild +++ b/net-analyzer/pmacct/pmacct-1.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="A network tool to gather IP traffic information" HOMEPAGE="http://www.pmacct.net/" @@ -48,6 +48,7 @@ DOCS=( src_configure() { tc-export CC AR RANLIB + append-cflags -DMYSQL_SERVER_VERSION=99999999 econf \ $(use_enable 64bit) \
