From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 293F2138350 for ; Tue, 28 Jan 2020 15:38:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59572E0837; Tue, 28 Jan 2020 15:38:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 247BEE0837 for ; Tue, 28 Jan 2020 15:38:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id ACE6334E40A for ; Tue, 28 Jan 2020 15:38:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AAF6EE for ; Tue, 28 Jan 2020 15:38:34 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1580225904.5411d69bbb5c15708e610866f4782c73439634f3.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/yersinia/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/yersinia/yersinia-0.8.2.ebuild X-VCS-Directories: net-analyzer/yersinia/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 5411d69bbb5c15708e610866f4782c73439634f3 X-VCS-Branch: master Date: Tue, 28 Jan 2020 15:38:34 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6b86d339-74f3-4608-91e5-baf65d6b31d1 X-Archives-Hash: 350d24622d50e79d2050b289c50b8fbb commit: 5411d69bbb5c15708e610866f4782c73439634f3 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Jan 28 15:30:23 2020 +0000 Commit: Jeroen Roovers gentoo 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 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 \