Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/hydra/
Date: Sat, 02 Jan 2021 15:45:24
Message-Id: 1609602306.4d9c6e448feeb4f6f0bbf5ad516f655e27407bcd.dilfridge@gentoo
1 commit: 4d9c6e448feeb4f6f0bbf5ad516f655e27407bcd
2 Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 15:44:44 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 15:45:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d9c6e44
7
8 net-analyzer/hydra: Also add gcc-10 fix to 9.0
9
10 Bug: https://bugs.gentoo.org/706416
11 Package-Manager: Portage-3.0.12, Repoman-3.0.2
12 Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>
13
14 net-analyzer/hydra/hydra-9.0.ebuild | 4 +++-
15 1 file changed, 3 insertions(+), 1 deletion(-)
16
17 diff --git a/net-analyzer/hydra/hydra-9.0.ebuild b/net-analyzer/hydra/hydra-9.0.ebuild
18 index 3a35af9c7db..3a812ec881b 100644
19 --- a/net-analyzer/hydra/hydra-9.0.ebuild
20 +++ b/net-analyzer/hydra/hydra-9.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -66,6 +66,8 @@ src_configure() {
28 # Note: the top level configure script is not autoconf-based
29 tc-export CC PKG_CONFIG
30
31 + append-cflags -fcommon
32 +
33 export OPTS="${CFLAGS}"
34
35 hydra_sed() {