diff options
| author | 2018-01-22 11:20:29 -0500 | |
|---|---|---|
| committer | 2018-01-22 11:20:29 -0500 | |
| commit | 00129840d4988ff105623ff33f6a5b8ce50309fe (patch) | |
| tree | caeadae0d728c3016026ead505a6de9d72959684 | |
| parent | net-libs/libnsl: keyword ~x86-linux, ~amd64-linux (diff) | |
| download | gentoo-00129840d4988ff105623ff33f6a5b8ce50309fe.tar.gz gentoo-00129840d4988ff105623ff33f6a5b8ce50309fe.tar.bz2 gentoo-00129840d4988ff105623ff33f6a5b8ce50309fe.zip | |
www-client/chromium: apply use_lld fix to M63
Bug: https://bugs.gentoo.org/641556
Closes: https://bugs.gentoo.org/645334
| -rw-r--r-- | www-client/chromium/chromium-63.0.3239.132.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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}\"" |
