From ca1042b8feb8cac2ac1ca835ac67d0ad6d373d0c Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 27 Feb 2015 20:58:35 +0100 Subject: qtwebengine: fix executing config tests instead of ignoring libcap test failure Signed-off-by: Martin Jansa --- recipes-qt/qt5/qtwebengine.inc | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'recipes-qt/qt5/qtwebengine.inc') diff --git a/recipes-qt/qt5/qtwebengine.inc b/recipes-qt/qt5/qtwebengine.inc index 46060c08..a9c7005a 100644 --- a/recipes-qt/qt5/qtwebengine.inc +++ b/recipes-qt/qt5/qtwebengine.inc @@ -35,11 +35,12 @@ export NINJA_PATH="${STAGING_BINDIR_NATIVE}/ninja" do_configure() { # replace LD with CXX, to workaround a possible gyp inheritssue? - LD="${CXX}" export LD - CC="${CC}" export CC - CXX="${CXX}" export CXX - CC_host="gcc" export CC_host - CXX_host="g++" export CXX_host + export LD="${CXX}" + export CC="${CC}" + export CXX="${CXX}" + export CC_host="gcc" + export CXX_host="g++" + export QMAKE_MAKE_ARGS="${EXTRA_OEMAKE}" # qmake can't find the OE_QMAKE_* variables on it's own so directly passing them as # arguments here -- cgit v1.2.3-54-g00ecf