From 4d9c6e448feeb4f6f0bbf5ad516f655e27407bcd Mon Sep 17 00:00:00 2001 From: "Andreas K. Huettel" Date: Sat, 2 Jan 2021 17:44:44 +0200 Subject: net-analyzer/hydra: Also add gcc-10 fix to 9.0 Bug: https://bugs.gentoo.org/706416 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andreas K. Huettel --- net-analyzer/hydra/hydra-9.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-analyzer/hydra/hydra-9.0.ebuild b/net-analyzer/hydra/hydra-9.0.ebuild index 3a35af9c7dba..3a812ec881b5 100644 --- a/net-analyzer/hydra/hydra-9.0.ebuild +++ b/net-analyzer/hydra/hydra-9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -66,6 +66,8 @@ src_configure() { # Note: the top level configure script is not autoconf-based tc-export CC PKG_CONFIG + append-cflags -fcommon + export OPTS="${CFLAGS}" hydra_sed() { -- cgit v1.2.3-65-gdbad