summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2014-04-02 10:06:00 -0400
committerIan Stakenvicius <axs@gentoo.org>2014-04-02 10:06:00 -0400
commit2a30e9a69c3c6f8dfcdb12506519a7f08f638fc3 (patch)
tree08c9b15d4e4022c6223d8dce840c9ddaf4ca7c3e
parentupstream integration of x32 patch changed case on variable, fixed ebuild (diff)
downloadmozilla-2a30e9a69c3c6f8dfcdb12506519a7f08f638fc3.tar.gz
mozilla-2a30e9a69c3c6f8dfcdb12506519a7f08f638fc3.tar.bz2
mozilla-2a30e9a69c3c6f8dfcdb12506519a7f08f638fc3.zip
disable the forcing of ld.gold in the mozilla build system, bug 494364
-rw-r--r--www-client/firefox/firefox-28.0.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/www-client/firefox/firefox-28.0.ebuild b/www-client/firefox/firefox-28.0.ebuild
index 6cd57c1b..2c2619cc 100644
--- a/www-client/firefox/firefox-28.0.ebuild
+++ b/www-client/firefox/firefox-28.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-28.0.ebuild,v 1.3 2014/03/22 10:57:55 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/firefox-28.0.ebuild,v 1.4 2014/04/02 14:03:36 axs Exp $
EAPI="5"
VIRTUALX_REQUIRED="pgo"
@@ -217,6 +217,7 @@ src_configure() {
mozconfig_annotate '' --disable-mailnews
mozconfig_annotate '' --with-system-png
mozconfig_annotate '' --enable-system-ffi
+ mozconfig_annotate '' --disable-gold
# Other ff-specific settings
mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}