media-video/ffmpeg: Pass disable optimization to configure.
authorAlexis Ballier <aballier@gentoo.org>
Tue, 27 Nov 2018 11:54:32 +0000 (12:54 +0100)
committerAlexis Ballier <aballier@gentoo.org>
Tue, 27 Nov 2018 11:54:42 +0000 (12:54 +0100)
commit6a2691a2bb66bd0497e458b0a00414507e8e99c0
treeb2de872cf11ca75a2de9f7b9e9c9be99e8f5293c
parent8d57de52bd8bef84e6496517eeedc7ef58d35f3c
media-video/ffmpeg: Pass disable optimization to configure.

This is only useful for hardcoded CFLAGS. We use optflags that override them anyway. However, some configure checks run with fomit-frame-pointer when this is enabled.
This lures the build system it has enough registers to build some inline asm on x86 and then causes build failures.

Closes: https://bugs.gentoo.org/671746
Closes: https://bugs.gentoo.org/645778
Package-Manager: Portage-2.3.51, Repoman-2.3.12
RepoMan-Options: --force
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
media-video/ffmpeg/ffmpeg-4.1.ebuild
media-video/ffmpeg/ffmpeg-9999.ebuild