commit: d7f35b251b1104fb6dc7cd3f3cb9afe97a5966f3 Author: Eli Schwartz <eschwartz93 <AT> gmail <DOT> com> AuthorDate: Fri Apr 26 07:01:09 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Apr 26 12:48:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7f35b25
media-libs/avidemux-plugins: mark as LTO-unsafe Upstream disables bug reports. Message received, no bug report submitted. Do not expect this to ever be fixed... Closes: https://bugs.gentoo.org/859829 Signed-off-by: Eli Schwartz <eschwartz93 <AT> gmail.com> Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/avidemux-plugins/avidemux-plugins-2.8.1-r2.ebuild | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/media-libs/avidemux-plugins/avidemux-plugins-2.8.1-r2.ebuild b/media-libs/avidemux-plugins/avidemux-plugins-2.8.1-r2.ebuild index 85c9fc0a1fe8..d2c692e7e5a1 100644 --- a/media-libs/avidemux-plugins/avidemux-plugins-2.8.1-r2.ebuild +++ b/media-libs/avidemux-plugins/avidemux-plugins-2.8.1-r2.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=8 @@ -101,6 +101,13 @@ src_prepare() { } src_configure() { + # -Werror=odr + # https://bugs.gentoo.org/859829 + # + # Upstream has abandoned sourceforge for github. And doesn't enable github issues. + # Message received, no bug reported. + filter-lto + # See bug 432322. use x86 && replace-flags -O0 -O1
