aboutsummaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2017-07-24 14:19:09 -0400
committerIan Stakenvicius <axs@gentoo.org>2017-07-24 14:19:09 -0400
commit7b2534d207753f9f0775c62461d61aac9f5144ab (patch)
tree1b7a63bbd9531fd5339713eaa37e83b9f859057e /eclass
parentenabled localization for firefox and thunderbird betas, disabled for seamonke... (diff)
downloadmozilla-7b2534d207753f9f0775c62461d61aac9f5144ab.tar.gz
mozilla-7b2534d207753f9f0775c62461d61aac9f5144ab.tar.bz2
mozilla-7b2534d207753f9f0775c62461d61aac9f5144ab.zip
export AR and RANLIB along with the other toolchain variables
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mozcoreconf-v5.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/mozcoreconf-v5.eclass b/eclass/mozcoreconf-v5.eclass
index 9a157986..eec3dd94 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