dev-util/kyua: filter LTO for now

I don't yet understand what's going wrong so filter LTO until investigated;
bisected it to a build system change and it feels like some macro is/isn't
being set consistently now (we've had that before) which causes -Wodr
warnings.

Bug: https://bugs.gentoo.org/948053
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-01-14 14:57:08 +00:00
parent dcb5b7f1af
commit 9e089b30a9

View File

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