commit: 84de2426ea11790239b90fee313852bf00a20edd Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jul 17 15:04:17 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 17 15:06:53 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84de2426
sys-libs/libxcrypt: use new filter-lto Bug: https://bugs.gentoo.org/852917 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild b/sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild index 00bcffbd2ef4..9c8e81478ee5 100644 --- a/sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild +++ b/sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild @@ -125,7 +125,7 @@ src_configure() { # Doesn't work with LTO: bug #852917. # https://github.com/besser82/libxcrypt/issues/24 - filter-flags -flto=* -flto + filter-lto multibuild_foreach_variant multilib-minimal_src_configure }
