From: Jeroen Roovers Date: Tue, 28 Jan 2020 15:30:23 +0000 (+0100) Subject: net-analyzer/yersinia: Set CFLAGS=-fcommon X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5411d69bbb5c15708e610866f4782c73439634f3;p=gentoo.git 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 --- 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 \