commit: 147420c29c551d482ed150b467fb8ef8bdd33f0e Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Thu Jun 11 15:27:33 2020 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Thu Jun 11 15:30:38 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147420c2
media-video/ffmpeg: pass ranlib to configure too Closes: https://bugs.gentoo.org/719054 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org> media-video/ffmpeg/ffmpeg-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 4ae1e09c81f..b7debc58f30 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -469,6 +469,7 @@ multilib_src_configure() { --cc="$(tc-getCC)" \ --cxx="$(tc-getCXX)" \ --ar="$(tc-getAR)" \ + --ranlib="$(tc-getRANLIB)" \ --optflags="${CFLAGS}" \ $(use_enable static-libs static) \ "${myconf[@]}"
