Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libvpx/
Date: Sun, 07 Nov 2021 02:07:44
Message-Id: 1636250848.b30ae68f410ae68694128bf6c34125a4b277b726.sam@gentoo
1 commit: b30ae68f410ae68694128bf6c34125a4b277b726
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 7 02:06:50 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 7 02:07:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b30ae68f
7
8 media-libs/libvpx: fix build on ARM, don't inject -O3
9
10 Closes: https://bugs.gentoo.org/594634
11 Closes: https://bugs.gentoo.org/547194
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 media-libs/libvpx/libvpx-1.10.0.ebuild | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/media-libs/libvpx/libvpx-1.10.0.ebuild b/media-libs/libvpx/libvpx-1.10.0.ebuild
18 index e049dd9007b..a5e65422d5c 100644
19 --- a/media-libs/libvpx/libvpx-1.10.0.ebuild
20 +++ b/media-libs/libvpx/libvpx-1.10.0.ebuild
21 @@ -67,7 +67,7 @@ multilib_src_configure() {
22 --enable-vp8
23 --enable-vp9
24 --enable-shared
25 - --extra-cflags="${CFLAGS}"
26 + --disable-optimizations
27 $(use_enable postproc)
28 $(use_enable static-libs static)
29 $(use_enable test unit-tests)