summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-02-04 18:30:10 +0100
committerJeroen Roovers <jer@gentoo.org>2020-02-04 18:30:36 +0100
commit29eb6d9689cb18494c32a24bf03b25bfc1168b65 (patch)
tree966972d164fed7cd5dd4d3774538b02f1c28069c /net-misc/ipsorcery
parentdev-util/rbtools: cleanup (diff)
downloadgentoo-29eb6d9689cb18494c32a24bf03b25bfc1168b65.tar.gz
gentoo-29eb6d9689cb18494c32a24bf03b25bfc1168b65.tar.bz2
gentoo-29eb6d9689cb18494c32a24bf03b25bfc1168b65.zip
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@gentoo.org>
Diffstat (limited to 'net-misc/ipsorcery')
-rw-r--r--net-misc/ipsorcery/ipsorcery-2.0.9-r2.ebuild5
1 files 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 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) \