Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/yersinia/
Date: Tue, 28 Jan 2020 15:38:39
Message-Id: 1580225904.5411d69bbb5c15708e610866f4782c73439634f3.jer@gentoo
1 commit: 5411d69bbb5c15708e610866f4782c73439634f3
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 15:30:23 2020 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 15:38:24 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5411d69b
7
8 net-analyzer/yersinia: Set CFLAGS=-fcommon
9
10 Package-Manager: Portage-2.3.85, Repoman-2.3.20
11 Closes: https://bugs.gentoo.org/706724
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 net-analyzer/yersinia/yersinia-0.8.2.ebuild | 6 ++++--
15 1 file changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/net-analyzer/yersinia/yersinia-0.8.2.ebuild b/net-analyzer/yersinia/yersinia-0.8.2.ebuild
18 index 4ec918539c0..669aa0df229 100644
19 --- a/net-analyzer/yersinia/yersinia-0.8.2.ebuild
20 +++ b/net-analyzer/yersinia/yersinia-0.8.2.ebuild
21 @@ -1,8 +1,8 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=6
27 -inherit autotools
28 +inherit autotools flag-o-matic
29
30 DESCRIPTION="A framework for layer 2 attacks"
31 HOMEPAGE="http://www.yersinia.net/"
32 @@ -45,6 +45,8 @@ src_prepare() {
33 }
34
35 src_configure() {
36 + append-cflags -fcommon
37 +
38 econf \
39 --enable-admin \
40 --with-pcap-includes=/usr/include \