commit: 01b116d0d18bca42b6b1c9bb8285af993b72bb1c Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Mon Dec 18 16:56:56 2017 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Mon Dec 18 16:57:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01b116d0
www-client/chromium: disable forced -fuse-ld=lld Closes: https://bugs.gentoo.org/641556 Package-Manager: Portage-2.3.19_p1, Repoman-2.3.6_p35 www-client/chromium/chromium-64.0.3282.24.ebuild | 3 +++ www-client/chromium/chromium-65.0.3294.5.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/www-client/chromium/chromium-64.0.3282.24.ebuild b/www-client/chromium/chromium-64.0.3282.24.ebuild index 766965c0476..c08e304f682 100644 --- a/www-client/chromium/chromium-64.0.3282.24.ebuild +++ b/www-client/chromium/chromium-64.0.3282.24.ebuild @@ -448,6 +448,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}\"" diff --git a/www-client/chromium/chromium-65.0.3294.5.ebuild b/www-client/chromium/chromium-65.0.3294.5.ebuild index 5bd06fad551..ec0f466ce83 100644 --- a/www-client/chromium/chromium-65.0.3294.5.ebuild +++ b/www-client/chromium/chromium-65.0.3294.5.ebuild @@ -454,6 +454,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}\""
