From 3f9bf9b7864852284a7ad6e48e96cf4cc4085fcb Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 12 May 2025 01:35:42 +0100 Subject: [PATCH] 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 --- dev-util/kyua/kyua-0.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/kyua/kyua-0.14.ebuild b/dev-util/kyua/kyua-0.14.ebuild index 6a1d218752d98..5d6e804f687db 100644 --- a/dev-util/kyua/kyua-0.14.ebuild +++ b/dev-util/kyua/kyua-0.14.ebuild @@ -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