commit:     2cc780302cb92791bb3a23a30125dae21e742d78
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 16 17:31:56 2024 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 17:32:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc78030

sys-cluster/ceph: Add filter-lto (bug #927066)

Closes: https://bugs.gentoo.org/927066
Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 sys-cluster/ceph/ceph-16.2.15.ebuild   | 3 +++
 sys-cluster/ceph/ceph-17.2.6-r8.ebuild | 3 +++
 sys-cluster/ceph/ceph-17.2.7.ebuild    | 3 +++
 sys-cluster/ceph/ceph-18.2.1.ebuild    | 3 +++
 4 files changed, 12 insertions(+)

diff --git a/sys-cluster/ceph/ceph-16.2.15.ebuild 
b/sys-cluster/ceph/ceph-16.2.15.ebuild
index 0a7e20f913c0..b1cd72124475 100644
--- a/sys-cluster/ceph/ceph-16.2.15.ebuild
+++ b/sys-cluster/ceph/ceph-16.2.15.ebuild
@@ -362,6 +362,9 @@ ceph_src_configure() {
        rm -f "${BUILD_DIR:-${S}}/CMakeCache.txt" \
                || die "failed to remove cmake cache"
 
+       # https://bugs.gentoo.org/927066
+       filter-lto
+
        cmake_src_configure
 
        # bug #630232

diff --git a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild 
b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild
index e9d12ff1cf46..ec78adf22305 100644
--- a/sys-cluster/ceph/ceph-17.2.6-r8.ebuild
+++ b/sys-cluster/ceph/ceph-17.2.6-r8.ebuild
@@ -382,6 +382,9 @@ ceph_src_configure() {
        # hopefully this will not be necessary in the next release
        use parquet && export 
ARROW_XSIMD_URL="file:///${DISTDIR}/ceph-xsimd-${PV}.tar.gz"
 
+       # https://bugs.gentoo.org/927066
+       filter-lto
+
        cmake_src_configure
 
        # bug #630232

diff --git a/sys-cluster/ceph/ceph-17.2.7.ebuild 
b/sys-cluster/ceph/ceph-17.2.7.ebuild
index ea040dd6b53a..8face2c0d114 100644
--- a/sys-cluster/ceph/ceph-17.2.7.ebuild
+++ b/sys-cluster/ceph/ceph-17.2.7.ebuild
@@ -384,6 +384,9 @@ ceph_src_configure() {
        # hopefully this will not be necessary in the next release
        use parquet && export 
ARROW_XSIMD_URL="file:///${DISTDIR}/ceph-xsimd-${PV}.tar.gz"
 
+       # https://bugs.gentoo.org/927066
+       filter-lto
+
        cmake_src_configure
 
        # bug #630232

diff --git a/sys-cluster/ceph/ceph-18.2.1.ebuild 
b/sys-cluster/ceph/ceph-18.2.1.ebuild
index e7b7cdfc84ec..38470ef0948a 100644
--- a/sys-cluster/ceph/ceph-18.2.1.ebuild
+++ b/sys-cluster/ceph/ceph-18.2.1.ebuild
@@ -380,6 +380,9 @@ ceph_src_configure() {
        # hopefully this will not be necessary in the next release
        use parquet && export 
ARROW_XSIMD_URL="file:///${DISTDIR}/ceph-xsimd-${PV}.tar.gz"
 
+       # https://bugs.gentoo.org/927066
+       filter-lto
+
        cmake_src_configure
 
        # bug #630232

Reply via email to