commit: bfc412d1a66a402b0ca89a00b52558b848c61e4d
Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 2 16:56:15 2014 +0000
Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Wed Apr 2 16:56:15 2014 +0000
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=bfc412d1
disable the forcing of ld.gold in the mozilla build system, bug 494364
(seamonkey)
---
www-client/seamonkey/seamonkey-2.25.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/www-client/seamonkey/seamonkey-2.25.ebuild
b/www-client/seamonkey/seamonkey-2.25.ebuild
index 1511b3c..2425172 100644
--- a/www-client/seamonkey/seamonkey-2.25.ebuild
+++ b/www-client/seamonkey/seamonkey-2.25.ebuild
@@ -219,6 +219,7 @@ src_configure() {
mozconfig_annotate '' --enable-canvas
mozconfig_annotate '' --with-system-png
mozconfig_annotate '' --enable-system-ffi
+ mozconfig_annotate '' --disable-gold
# Other sm-specific settings
mozconfig_annotate ''
--with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}