commit: b30ae68f410ae68694128bf6c34125a4b277b726 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Nov 7 02:06:50 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Nov 7 02:07:28 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30ae68f
media-libs/libvpx: fix build on ARM, don't inject -O3 Closes: https://bugs.gentoo.org/594634 Closes: https://bugs.gentoo.org/547194 Signed-off-by: Sam James <sam <AT> gentoo.org> media-libs/libvpx/libvpx-1.10.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/libvpx/libvpx-1.10.0.ebuild b/media-libs/libvpx/libvpx-1.10.0.ebuild index e049dd9007b..a5e65422d5c 100644 --- a/media-libs/libvpx/libvpx-1.10.0.ebuild +++ b/media-libs/libvpx/libvpx-1.10.0.ebuild @@ -67,7 +67,7 @@ multilib_src_configure() { --enable-vp8 --enable-vp9 --enable-shared - --extra-cflags="${CFLAGS}" + --disable-optimizations $(use_enable postproc) $(use_enable static-libs static) $(use_enable test unit-tests)
