From ad933ea0ea47f58dd83a7a41df74680eef6a5fb4 Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Fri, 17 Jul 2020 18:12:20 +0200 Subject: www-client/firefox: ESR: backport toolchain fix Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Thomas Deutschmann --- www-client/firefox/firefox-68.10.0.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www-client') diff --git a/www-client/firefox/firefox-68.10.0.ebuild b/www-client/firefox/firefox-68.10.0.ebuild index 420e4b28fa27..3aeb9504f10d 100644 --- a/www-client/firefox/firefox-68.10.0.ebuild +++ b/www-client/firefox/firefox-68.10.0.ebuild @@ -297,6 +297,12 @@ src_prepare() { "${S}"/build/moz.configure/toolchain.configure \ || die "sed failed to set num_cores" + # sed-in toolchain prefix + sed -i \ + -e "s/objdump/${CHOST}-objdump/" \ + "${S}"/python/mozbuild/mozbuild/configure/check_debug_ranges.py \ + || die "sed failed to set toolchain prefix" + # Allow user to apply any additional patches without modifing ebuild eapply_user -- cgit v1.2.3-65-gdbad