mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user