diff options
author | Andreas K. Huettel <dilfridge@gentoo.org> | 2021-01-02 17:44:44 +0200 |
---|---|---|
committer | Andreas K. Huettel <dilfridge@gentoo.org> | 2021-01-02 17:45:06 +0200 |
commit | 4d9c6e448feeb4f6f0bbf5ad516f655e27407bcd (patch) | |
tree | 3e817ee938966b4291215cdd21707a4215eb058c /net-analyzer/hydra | |
parent | app-shells/tcsh: Remove old (diff) | |
download | gentoo-4d9c6e448feeb4f6f0bbf5ad516f655e27407bcd.tar.gz gentoo-4d9c6e448feeb4f6f0bbf5ad516f655e27407bcd.tar.bz2 gentoo-4d9c6e448feeb4f6f0bbf5ad516f655e27407bcd.zip |
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 <dilfridge@gentoo.org>
Diffstat (limited to 'net-analyzer/hydra')
-rw-r--r-- | net-analyzer/hydra/hydra-9.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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() { |