projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5568453
)
www-client/chromium: apply use_lld fix to M63
author
Mike Gilbert
<floppym@gentoo.org>
Mon, 22 Jan 2018 16:20:29 +0000
(11:20 -0500)
committer
Mike Gilbert
<floppym@gentoo.org>
Mon, 22 Jan 2018 16:20:29 +0000
(11:20 -0500)
Bug: https://bugs.gentoo.org/641556
Closes: https://bugs.gentoo.org/645334
www-client/chromium/chromium-63.0.3239.132.ebuild
patch
|
blob
|
history
diff --git
a/www-client/chromium/chromium-63.0.3239.132.ebuild
b/www-client/chromium/chromium-63.0.3239.132.ebuild
index bc4598a11c0b57b2a7b9a108810753be964867bb..87915555ac0b8d9c59efe0682ca7286d04ea5e8a 100644
(file)
--- 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}\""