diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-28 11:37:46 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-28 11:40:26 +0100 |
commit | 5416c40d5783ec44eaa7d46533d59529be3b5859 (patch) | |
tree | f5aaf7b5034cfac984383026f633880ae24eb483 /net-analyzer/pmacct | |
parent | net-analyzer/pmacct: Depend on >=net-libs/nDPI-3.0:= (diff) | |
download | gentoo-5416c40d5783ec44eaa7d46533d59529be3b5859.tar.gz gentoo-5416c40d5783ec44eaa7d46533d59529be3b5859.tar.bz2 gentoo-5416c40d5783ec44eaa7d46533d59529be3b5859.zip |
net-analyzer/pmacct: Set CFLAGS=-fcommon
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Bug: https://bugs.gentoo.org/show_bug.cgi?id=706770
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/pmacct')
-rw-r--r-- | net-analyzer/pmacct/pmacct-999999.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-analyzer/pmacct/pmacct-999999.ebuild b/net-analyzer/pmacct/pmacct-999999.ebuild index 828bb83be269..d895fbe067a9 100644 --- a/net-analyzer/pmacct/pmacct-999999.ebuild +++ b/net-analyzer/pmacct/pmacct-999999.ebuild @@ -57,6 +57,7 @@ src_prepare() { src_configure() { tc-export CC AR RANLIB + append-cflags -fcommon append-cppflags -DMYSQL_SERVER_VERSION=99999999 econf \ |