diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-28 11:24:10 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-28 11:40:25 +0100 |
commit | 9c3ed131722d7bb3a751dbd2cb4fd3877bad8709 (patch) | |
tree | 4a5f74abdd404c83d5a9248ee7ac31d83e55a428 /net-analyzer/pmacct | |
parent | virtual/python-pathlib: ~x86 keyword wrt bug #700918 (diff) | |
download | gentoo-9c3ed131722d7bb3a751dbd2cb4fd3877bad8709.tar.gz gentoo-9c3ed131722d7bb3a751dbd2cb4fd3877bad8709.tar.bz2 gentoo-9c3ed131722d7bb3a751dbd2cb4fd3877bad8709.zip |
net-analyzer/pmacct: Set CFLAGS=-fcommon
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Closes: 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-1.7.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-analyzer/pmacct/pmacct-1.7.4.ebuild b/net-analyzer/pmacct/pmacct-1.7.4.ebuild index 159a6edac6d8..9c57928ebeec 100644 --- a/net-analyzer/pmacct/pmacct-1.7.4.ebuild +++ b/net-analyzer/pmacct/pmacct-1.7.4.ebuild @@ -60,6 +60,7 @@ src_prepare() { src_configure() { tc-export CC AR RANLIB + append-cflags -fcommon append-cppflags -DMYSQL_SERVER_VERSION=99999999 econf \ |