summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/pmacct/pmacct-1.7.0.ebuild3
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) \