commit: 00129840d4988ff105623ff33f6a5b8ce50309fe Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Jan 22 16:20:29 2018 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Jan 22 16:20:29 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00129840
www-client/chromium: apply use_lld fix to M63 Bug: https://bugs.gentoo.org/641556 Closes: https://bugs.gentoo.org/645334 www-client/chromium/chromium-63.0.3239.132.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www-client/chromium/chromium-63.0.3239.132.ebuild b/www-client/chromium/chromium-63.0.3239.132.ebuild index bc4598a11c0..87915555ac0 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}\""
