sys-fs/multipath-tools: add bug ref for filter-lto

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-03-17 06:01:53 +00:00
parent b5ea368966
commit cae95f75ea
3 changed files with 3 additions and 0 deletions

View File

@@ -69,6 +69,7 @@ src_compile() {
# Breaks with always_inline
filter-flags -fno-semantic-interposition
# Breaks because of use of wrapping (-Wl,-wrap, wrap_*)
# https://github.com/opensvc/multipath-tools/issues/18
filter-lto
myemake
}

View File

@@ -68,6 +68,7 @@ src_compile() {
# Breaks with always_inline
filter-flags -fno-semantic-interposition
# Breaks because of use of wrapping (-Wl,-wrap, wrap_*)
# https://github.com/opensvc/multipath-tools/issues/18
filter-lto
myemake
}

View File

@@ -69,6 +69,7 @@ src_compile() {
# Breaks with always_inline
filter-flags -fno-semantic-interposition
# Breaks because of use of wrapping (-Wl,-wrap, wrap_*)
# https://github.com/opensvc/multipath-tools/issues/18
filter-lto
myemake
}