diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-10-23 04:18:23 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-10-23 04:18:39 +0200 |
commit | eee6d69933479983b055f37fe9b94075625943fa (patch) | |
tree | 3d8ea22af80124fdd40b9cb61517eb9959530e74 /net-analyzer/pmacct | |
parent | net-wireless/hostapd: remove vulnerable 2.6 (diff) | |
download | gentoo-eee6d69933479983b055f37fe9b94075625943fa.tar.gz gentoo-eee6d69933479983b055f37fe9b94075625943fa.tar.bz2 gentoo-eee6d69933479983b055f37fe9b94075625943fa.zip |
net-analyzer/pmacct: Fix building against >>>=o=>>>dev-db:::mariadb/10.2.
Package-Manager: Portage-2.3.12, Repoman-2.3.3
Diffstat (limited to 'net-analyzer/pmacct')
-rw-r--r-- | net-analyzer/pmacct/pmacct-1.7.0.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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) \ |