commit:     e9ceec84b04a5a1676f1fd10f028f1352e846a37
Author:     Jory A. Pratt <anarchy <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 14:15:00 2017 +0000
Commit:     Jory Pratt <anarchy <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 14:15:00 2017 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=e9ceec84

eclass/mozcoreconf-v5 - add AR and RANLIB back for toolchain detection

 eclass/mozcoreconf-v5.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/mozcoreconf-v5.eclass b/eclass/mozcoreconf-v5.eclass
index 02ade39..e845329 100644
--- a/eclass/mozcoreconf-v5.eclass
+++ b/eclass/mozcoreconf-v5.eclass
@@ -87,7 +87,7 @@ moz_pkgsetup() {
        # Ensure we use correct toolchain
        export HOST_CC="$(tc-getBUILD_CC)"
        export HOST_CXX="$(tc-getBUILD_CXX)"
-       tc-export CC CXX LD PKG_CONFIG
+       tc-export CC CXX LD PKG_CONFIG AR RANLIB
 
        # Ensure that we have a sane build enviroment
        export MOZILLA_CLIENT=1

Reply via email to