commit: b380de62b52d318e12857c54a3d99c9c21e3b165 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Jul 17 15:06:41 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Jul 17 15:06:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b380de62
media-libs/alsa-lib: use new filter-lto Bug: https://bugs.gentoo.org/616108 Bug: https://bugs.gentoo.org/669086 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/alsa-lib/alsa-lib-1.2.7.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/alsa-lib/alsa-lib-1.2.7.2.ebuild b/media-libs/alsa-lib/alsa-lib-1.2.7.2.ebuild index 2fb3f286446d..d9872d85161c 100644 --- a/media-libs/alsa-lib/alsa-lib-1.2.7.2.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.2.7.2.ebuild @@ -54,7 +54,7 @@ multilib_src_configure() { # Broken upstream. Could in theory work with -flto-partitions=none # but it's a hack to workaround the real problem and not strictly safe. # bug #616108, bug #669086, and https://github.com/alsa-project/alsa-lib/issues/6. - filter-flags -flto=* -flto + filter-lto local myeconfargs=( --disable-maintainer-mode
