diff options
author | Sam James <sam@gentoo.org> | 2021-11-07 02:06:50 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-07 02:07:28 +0000 |
commit | b30ae68f410ae68694128bf6c34125a4b277b726 (patch) | |
tree | 93a41e8f53af5a51a9ddb138015d5b27a27b08b5 /media-libs/libvpx | |
parent | media-libs/mutagen: fix test failure (diff) | |
download | gentoo-b30ae68f410ae68694128bf6c34125a4b277b726.tar.gz gentoo-b30ae68f410ae68694128bf6c34125a4b277b726.tar.bz2 gentoo-b30ae68f410ae68694128bf6c34125a4b277b726.zip |
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@gentoo.org>
Diffstat (limited to 'media-libs/libvpx')
-rw-r--r-- | media-libs/libvpx/libvpx-1.10.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/libvpx/libvpx-1.10.0.ebuild b/media-libs/libvpx/libvpx-1.10.0.ebuild index e049dd9007bd..a5e65422d5c6 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) |