diff options
author | Jeroen Roovers <jer@gentoo.org> | 2020-01-28 16:30:23 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2020-01-28 16:38:24 +0100 |
commit | 5411d69bbb5c15708e610866f4782c73439634f3 (patch) | |
tree | 8f1641e0dc27ba9a78e7f35a52bb63c4609f98ba /net-analyzer/yersinia | |
parent | net-analyzer/netperf: Set CFLAGS=-fcommon (diff) | |
download | gentoo-5411d69bbb5c15708e610866f4782c73439634f3.tar.gz gentoo-5411d69bbb5c15708e610866f4782c73439634f3.tar.bz2 gentoo-5411d69bbb5c15708e610866f4782c73439634f3.zip |
net-analyzer/yersinia: Set CFLAGS=-fcommon
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Closes: https://bugs.gentoo.org/706724
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'net-analyzer/yersinia')
-rw-r--r-- | net-analyzer/yersinia/yersinia-0.8.2.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/net-analyzer/yersinia/yersinia-0.8.2.ebuild b/net-analyzer/yersinia/yersinia-0.8.2.ebuild index 4ec918539c0f..669aa0df2290 100644 --- a/net-analyzer/yersinia/yersinia-0.8.2.ebuild +++ b/net-analyzer/yersinia/yersinia-0.8.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit autotools +inherit autotools flag-o-matic DESCRIPTION="A framework for layer 2 attacks" HOMEPAGE="http://www.yersinia.net/" @@ -45,6 +45,8 @@ src_prepare() { } src_configure() { + append-cflags -fcommon + econf \ --enable-admin \ --with-pcap-includes=/usr/include \ |