commit: 29eb6d9689cb18494c32a24bf03b25bfc1168b65 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Tue Feb 4 17:30:10 2020 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Tue Feb 4 17:30:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29eb6d96
net-misc/ipsorcery: Set CFLAGS=-fcommon Package-Manager: Portage-2.3.87, Repoman-2.3.20 Closes: https://bugs.gentoo.org/show_bug.cgi?id=708232 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild b/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild index f937dc446a4..3598a8d8e95 100644 --- a/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild +++ b/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs DESCRIPTION="Ipsorcery allows you to generate IP, TCP, UDP, ICMP, and IGMP packets" HOMEPAGE="https://www.gentoo.org/" @@ -29,6 +29,7 @@ PATCHES=( ) src_compile() { + append-cflags -fcommon emake \ CC="$(tc-getCC)" \ PKG_CONFIG=$(tc-getPKG_CONFIG) \
