Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
Date: Mon, 26 Aug 2013 14:41:26
Message-Id: 1377527993.d177c51726f43054b4edfa21c0f3e077e1eea23d.anarchy@gentoo
1 commit: d177c51726f43054b4edfa21c0f3e077e1eea23d
2 Author: Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 26 14:39:53 2013 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 26 14:39:53 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/mozilla.git;a=commit;h=d177c517
7
8 Sync eclass with tree
9
10 ---
11 eclass/mozcoreconf-2.eclass | 2 ++
12 1 file changed, 2 insertions(+)
13
14 diff --git a/eclass/mozcoreconf-2.eclass b/eclass/mozcoreconf-2.eclass
15 index 67f4947..f27fd72 100644
16 --- a/eclass/mozcoreconf-2.eclass
17 +++ b/eclass/mozcoreconf-2.eclass
18 @@ -93,6 +93,8 @@ moz_pkgsetup() {
19 export NO_STATIC_LIB=1
20 export USE_PTHREADS=1
21 export ALDFLAGS=${LDFLAGS}
22 + # ensure MOZCONFIG is not defined
23 + eval unset MOZCONFIG
24
25 # nested configure scripts in mozilla products generate unrecognized options
26 # false positives when toplevel configure passes downwards.