summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-03-17 06:01:53 +0000
committerSam James <sam@gentoo.org>2024-03-17 06:34:27 +0000
commitcae95f75ead772b6319ff03c06b5f1df765387d2 (patch)
tree58b84ff60ae6dba6c6f4efbc471b4829dde4ae9b /sys-fs
parentdev-debug/bpftrace: Stabilize 0.20.1-r2 amd64, #925951 (diff)
downloadgentoo-cae95f75ead772b6319ff03c06b5f1df765387d2.tar.gz
gentoo-cae95f75ead772b6319ff03c06b5f1df765387d2.tar.bz2
gentoo-cae95f75ead772b6319ff03c06b5f1df765387d2.zip
sys-fs/multipath-tools: add bug ref for filter-lto
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/multipath-tools/multipath-tools-0.9.7-r1.ebuild1
-rw-r--r--sys-fs/multipath-tools/multipath-tools-0.9.7.ebuild1
-rw-r--r--sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild1
3 files changed, 3 insertions, 0 deletions
diff --git a/sys-fs/multipath-tools/multipath-tools-0.9.7-r1.ebuild b/sys-fs/multipath-tools/multipath-tools-0.9.7-r1.ebuild
index 86b7a0392e81..4d09320bfc62 100644
--- a/sys-fs/multipath-tools/multipath-tools-0.9.7-r1.ebuild
+++ b/sys-fs/multipath-tools/multipath-tools-0.9.7-r1.ebuild
@@ -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
}
diff --git a/sys-fs/multipath-tools/multipath-tools-0.9.7.ebuild b/sys-fs/multipath-tools/multipath-tools-0.9.7.ebuild
index 14e7bb7a24d4..6e3559c6b390 100644
--- a/sys-fs/multipath-tools/multipath-tools-0.9.7.ebuild
+++ b/sys-fs/multipath-tools/multipath-tools-0.9.7.ebuild
@@ -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
}
diff --git a/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild b/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild
index 976d89a45f9d..c89a4159292e 100644
--- a/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild
+++ b/sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild
@@ -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
}