commit: f3fc8b7c96d27739e427cc8d8d62860a74892fd1 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Wed Jun 17 17:28:43 2020 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Wed Jun 17 17:34:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3fc8b7c
media-video/ffmpeg: set symbol/object thingy Fixes /var/tmp/portage/media-video/ffmpeg-4.3/work/ffmpeg-4.3/configure: line 5719: nm: command not found as seen in bug 728566. Bug: https://bugs.gentoo.org/728566 Package-Manager: Portage-2.3.101, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> media-video/ffmpeg/ffmpeg-4.3.ebuild | 1 + media-video/ffmpeg/ffmpeg-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/media-video/ffmpeg/ffmpeg-4.3.ebuild b/media-video/ffmpeg/ffmpeg-4.3.ebuild index 80c6f85b357..3536d79ae99 100644 --- a/media-video/ffmpeg/ffmpeg-4.3.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.3.ebuild @@ -470,6 +470,7 @@ multilib_src_configure() { --cc="$(tc-getCC)" \ --cxx="$(tc-getCXX)" \ --ar="$(tc-getAR)" \ + --nm="$(tc-getNM)" \ --ranlib="$(tc-getRANLIB)" \ --optflags="${CFLAGS}" \ $(use_enable static-libs static) \ diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index feaa590acf9..7bd989acf33 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -470,6 +470,7 @@ multilib_src_configure() { --cc="$(tc-getCC)" \ --cxx="$(tc-getCXX)" \ --ar="$(tc-getAR)" \ + --nm="$(tc-getNM)" \ --ranlib="$(tc-getRANLIB)" \ --optflags="${CFLAGS}" \ $(use_enable static-libs static) \