diff options
author | Sam James <sam@gentoo.org> | 2024-03-15 03:50:13 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-15 03:50:25 +0000 |
commit | 1030dd363f52c303c3f6045573d55d16b49bbffa (patch) | |
tree | c73a8c2d3a2c4a56515f221ae30047e5a5fd5c11 /net-analyzer/hping | |
parent | dev-lang/python: skip another flaky test (diff) | |
download | gentoo-1030dd363f52c303c3f6045573d55d16b49bbffa.tar.gz gentoo-1030dd363f52c303c3f6045573d55d16b49bbffa.tar.bz2 gentoo-1030dd363f52c303c3f6045573d55d16b49bbffa.zip |
net-analyzer/hping: filter LTO
Type mismatches and long dead upstream. We're also carrying tonnes of patches
already.
Closes: https://bugs.gentoo.org/861161
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/hping')
-rw-r--r-- | net-analyzer/hping/hping-3_pre20141226.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-analyzer/hping/hping-3_pre20141226.ebuild b/net-analyzer/hping/hping-3_pre20141226.ebuild index 6036cfa7f52a..ea7237270ec2 100644 --- a/net-analyzer/hping/hping-3_pre20141226.ebuild +++ b/net-analyzer/hping/hping-3_pre20141226.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit toolchain-funcs +inherit flag-o-matic toolchain-funcs HPING_COMMIT="3547c7691742c6eaa31f8402e0ccbb81387c1b99" DESCRIPTION="A ping-like TCP/IP packet assembler/analyzer" @@ -36,6 +36,9 @@ PATCHES=( ) src_configure() { + # bug #861161 + filter-lto + tc-export CC # Not an autotools type configure: |