commit:     f0f0aa0cbabd3a3d3c14a1eae1066a82d8eb0f32
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 14 17:33:07 2015 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Tue Apr 14 17:33:07 2015 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=f0f0aa0c

[qt5-build.eclass] Export AR and OBJDUMP as well.

 eclass/qt5-build.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index 2536c72..1b79670 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -469,7 +469,7 @@ qt5_symlink_tools_to_build_dir() {
 # Runs ./configure for modules belonging to qtbase.
 qt5_base_configure() {
        # setup toolchain variables used by configure
-       tc-export CC CXX RANLIB STRIP
+       tc-export AR CC CXX OBJDUMP RANLIB STRIP
        export LD="$(tc-getCXX)"
 
        # configure arguments

Reply via email to