From eee6d69933479983b055f37fe9b94075625943fa Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Mon, 23 Oct 2017 04:18:23 +0200 Subject: 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(-) (limited to 'net-analyzer/pmacct') diff --git a/net-analyzer/pmacct/pmacct-1.7.0.ebuild b/net-analyzer/pmacct/pmacct-1.7.0.ebuild index 8e66372172fc..1cac3337d203 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) \ -- cgit v1.2.3-65-gdbad