From: Jeroen Roovers Date: Tue, 4 Feb 2020 17:30:10 +0000 (+0100) Subject: net-misc/ipsorcery: Set CFLAGS=-fcommon X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=29eb6d9689cb18494c32a24bf03b25bfc1168b65;p=gentoo.git 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 --- diff --git a/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild b/net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild index f937dc446a40..3598a8d8e95e 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) \