diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2014-04-02 14:03:36 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2014-04-02 14:03:36 +0000 |
commit | 55a29bfdee29848910dfd6ce7b8798f2fdb6ad7e (patch) | |
tree | f3dc01feff62cc742cee41995ad52df9875318aa /www-client/firefox | |
parent | Stable for HPPA (bug #506292). (diff) | |
download | gentoo-2-55a29bfdee29848910dfd6ce7b8798f2fdb6ad7e.tar.gz gentoo-2-55a29bfdee29848910dfd6ce7b8798f2fdb6ad7e.tar.bz2 gentoo-2-55a29bfdee29848910dfd6ce7b8798f2fdb6ad7e.zip |
disable the forcing of ld.gold in the mozilla build system, bug 494364
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 2B6559ED)
Diffstat (limited to 'www-client/firefox')
-rw-r--r-- | www-client/firefox/ChangeLog | 5 | ||||
-rw-r--r-- | www-client/firefox/firefox-28.0.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/www-client/firefox/ChangeLog b/www-client/firefox/ChangeLog index 5df48727fcbc..c7c6bffe7c06 100644 --- a/www-client/firefox/ChangeLog +++ b/www-client/firefox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-client/firefox # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.319 2014/03/24 14:33:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox/ChangeLog,v 1.320 2014/04/02 14:03:36 axs Exp $ + + 02 Apr 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> firefox-28.0.ebuild: + disable the forcing of ld.gold in the mozilla build system, bug 494364 24 Mar 2014; Agostino Sarubbo <ago@gentoo.org> firefox-24.4.0.ebuild: Stable for ppc64, wrt bug #505072 diff --git a/www-client/firefox/firefox-28.0.ebuild b/www-client/firefox/firefox-28.0.ebuild index 6cd57c1bbbdb..2c2619ccbf3b 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} |