diff options
author | Eli Schwartz <eschwartz93@gmail.com> | 2024-04-26 03:01:09 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-26 13:48:59 +0100 |
commit | d7f35b251b1104fb6dc7cd3f3cb9afe97a5966f3 (patch) | |
tree | 0e4d116274ffc901365a288382915a6ff0443a28 /media-libs | |
parent | media-video/avidemux: mark as LTO-unsafe (diff) | |
download | gentoo-d7f35b251b1104fb6dc7cd3f3cb9afe97a5966f3.tar.gz gentoo-d7f35b251b1104fb6dc7cd3f3cb9afe97a5966f3.tar.bz2 gentoo-d7f35b251b1104fb6dc7cd3f3cb9afe97a5966f3.zip |
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@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/avidemux-plugins/avidemux-plugins-2.8.1-r2.ebuild | 9 |
1 files changed, 8 insertions, 1 deletions
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 |