From: Mike Gilbert Date: Mon, 22 Jan 2018 16:20:29 +0000 (-0500) Subject: www-client/chromium: apply use_lld fix to M63 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=00129840d4988ff105623ff33f6a5b8ce50309fe;p=gentoo.git www-client/chromium: apply use_lld fix to M63 Bug: https://bugs.gentoo.org/641556 Closes: https://bugs.gentoo.org/645334 --- diff --git a/www-client/chromium/chromium-63.0.3239.132.ebuild b/www-client/chromium/chromium-63.0.3239.132.ebuild index bc4598a11c0b..87915555ac0b 100644 --- a/www-client/chromium/chromium-63.0.3239.132.ebuild +++ b/www-client/chromium/chromium-63.0.3239.132.ebuild @@ -439,6 +439,9 @@ src_configure() { # Trying to use gold results in linker crash. myconf_gn+=" use_gold=false use_sysroot=false linux_use_bundled_binutils=false use_custom_libcxx=false" + # Disable forced lld, bug 641556 + myconf_gn+=" use_lld=false" + ffmpeg_branding="$(usex proprietary-codecs Chrome Chromium)" myconf_gn+=" proprietary_codecs=$(usex proprietary-codecs true false)" myconf_gn+=" ffmpeg_branding=\"${ffmpeg_branding}\""