commit:     19a3b024ad4252574c2a4b5de394f1d102544556
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 22:55:50 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 22:57:01 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19a3b024

sys-fs/cryfs: filter LTO (ODR violations)

Closes: https://bugs.gentoo.org/880563
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-fs/cryfs/cryfs-0.10.3-r1.ebuild | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild 
b/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild
index 6ec74214a5c7..3bfd41cfff20 100644
--- a/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild
+++ b/sys-fs/cryfs/cryfs-0.10.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -82,6 +82,9 @@ src_prepare() {
 }
 
 src_configure() {
+       # ODR violations (bug #880563)
+       filter-lto
+
        local mycmakeargs=(
                -DBoost_USE_STATIC_LIBS=OFF
                -DCRYFS_UPDATE_CHECKS=OFF

Reply via email to