Gentoo Archives: gentoo-commits

From: Ian Stakenvicius <axs@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/
Date: Wed, 15 Aug 2018 19:30:33
Message-Id: 1534361375.10516a58d09b92067afd195622d2b021563582b8.axs@gentoo
1 commit: 10516a58d09b92067afd195622d2b021563582b8
2 Author: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 15 19:29:35 2018 +0000
4 Commit: Ian Stakenvicius <axs <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 15 19:29:35 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=10516a58
7
8 mozcoreconf: attempt workaround for occasional setupterm-based build error
9
10 Bug: http://bugs.gentoo.org/654316
11
12 eclass/mozcoreconf-v6.eclass | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/eclass/mozcoreconf-v6.eclass b/eclass/mozcoreconf-v6.eclass
16 index 930122f..b797696 100644
17 --- a/eclass/mozcoreconf-v6.eclass
18 +++ b/eclass/mozcoreconf-v6.eclass
19 @@ -101,6 +101,9 @@ moz_pkgsetup() {
20 # ensure MOZCONFIG is not defined
21 unset MOZCONFIG
22
23 + # recent builds call setupterm, ensure TERM has a value
24 + export TERM=${TERM:-dumb}
25 +
26 # set MOZILLA_FIVE_HOME
27 export MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}"