commit:     5411d69bbb5c15708e610866f4782c73439634f3
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 28 15:30:23 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Jan 28 15:38:24 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5411d69b

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 <AT> gentoo.org>

 net-analyzer/yersinia/yersinia-0.8.2.ebuild | 6 ++++--
 1 file 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 4ec918539c0..669aa0df229 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 \

Reply via email to