dev-util/kyua: filter -fno-semantic-interposition w/ LTO

Investigation is needed to see whether -Wodr is legitimate here.

Closes: https://bugs.gentoo.org/948053
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-12 01:35:42 +01:00
parent 4cf1d792f9
commit 3f9bf9b786

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit autotools flag-o-matic
inherit autotools flag-o-matic toolchain-funcs
DESCRIPTION="Testing framework for infrastructure software"
HOMEPAGE="https://github.com/freebsd/kyua"
@@ -33,7 +33,7 @@ src_prepare() {
src_configure() {
# bug #948053
filter-lto
tc-is-lto && filter-flags -fno-semantic-interposition
# Skip coredump tests; they fail when sudo sets RLIMIT_CORE = 0.
cat >"${T}/kyua.conf" <<-EOF || die