mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user