diff options
author | Sam James <sam@gentoo.org> | 2022-07-17 15:04:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-17 15:06:53 +0000 |
commit | 84de2426ea11790239b90fee313852bf00a20edd (patch) | |
tree | 15c8b909c3b3748c6abd64068c96b5299e59c8f6 /sys-libs | |
parent | app-emulation/wine-staging: Drop old (diff) | |
download | gentoo-84de2426ea11790239b90fee313852bf00a20edd.tar.gz gentoo-84de2426ea11790239b90fee313852bf00a20edd.tar.bz2 gentoo-84de2426ea11790239b90fee313852bf00a20edd.zip |
sys-libs/libxcrypt: use new filter-lto
Bug: https://bugs.gentoo.org/852917
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/libxcrypt/libxcrypt-4.4.28-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 } |