commit: b102a4b7a9d160fc37ac9c1b9e2b92b3cd1fb251
Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 16 20:58:03 2014 +0000
Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Thu Oct 16 21:16:58 2014 +0000
URL:
http://sources.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=b102a4b7
mozcoreconf-v3: reverted EXTRA_ECONF addition proposed for bug 513178
---
eclass/mozcoreconf-v3.eclass | 16 ++--------------
1 file changed, 2 insertions(+), 14 deletions(-)
diff --git a/eclass/mozcoreconf-v3.eclass b/eclass/mozcoreconf-v3.eclass
index 8bbc144..c35dcf8 100644
--- a/eclass/mozcoreconf-v3.eclass
+++ b/eclass/mozcoreconf-v3.eclass
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-2.eclass,v 1.29
2013/03/25 13:08:39 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozcoreconf-v3.eclass,v 1.1
2014/10/14 16:10:36 axs Exp $
#
# @ECLASS: mozcoreconf.eclass
# @MAINTAINER:
@@ -166,18 +166,6 @@ mozconfig_init() {
mozconfig_annotate "mozilla default" --enable-optimize
fi
- # check for valid options in ${EXTRA_ECONF} to pass along to mozconfig
- if [[ -n ${EXTRA_ECONF} ]]; then
- ewarn "You are passing configure arguments via EXTRA_ECONF.
This is NOT SUPPORTED, please"
- ewarn "be aware that any resulting breakage will be left for
you to pick up the pieces."
- ewarn
- local i extra_econf_array
- extra_econf_array=(${EXTRA_ECONF})
- for i in "${extra_econf_array[@]}" ; do
- mozconfig_annotate "EXTRA_ECONF" "${i}"
- done
- fi
-
# Strip optimization so it does not end up in compile string
filter-flags '-O*'