commit:     7b2534d207753f9f0775c62461d61aac9f5144ab
Author:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 24 18:19:09 2017 +0000
Commit:     Ian Stakenvicius <axs <AT> gentoo <DOT> org>
CommitDate: Mon Jul 24 18:19:09 2017 +0000
URL:        https://gitweb.gentoo.org/proj/mozilla.git/commit/?id=7b2534d2

export AR and RANLIB along with the other toolchain variables

 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 9a15798..eec3dd9 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