diff options
author | Sam James <sam@gentoo.org> | 2024-03-17 06:01:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-17 06:34:27 +0000 |
commit | cae95f75ead772b6319ff03c06b5f1df765387d2 (patch) | |
tree | 58b84ff60ae6dba6c6f4efbc471b4829dde4ae9b /sys-fs/multipath-tools | |
parent | dev-debug/bpftrace: Stabilize 0.20.1-r2 amd64, #925951 (diff) | |
download | gentoo-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/multipath-tools')
-rw-r--r-- | sys-fs/multipath-tools/multipath-tools-0.9.7-r1.ebuild | 1 | ||||
-rw-r--r-- | sys-fs/multipath-tools/multipath-tools-0.9.7.ebuild | 1 | ||||
-rw-r--r-- | sys-fs/multipath-tools/multipath-tools-0.9.8.ebuild | 1 |
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 } |