summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
index b18ea0d..e4388c4 100644
--- a/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
+++ b/recipes-qt3/qt3/qt-x11-free-native_3.3.5.bb
@@ -44,7 +44,8 @@ do_configure() {
44} 44}
45 45
46do_compile() { 46do_compile() {
47 LD_LIBRARY_PATH=${S}/lib oe_runmake \ 47 export LD_LIBRARY_PATH=${S}/lib
48 oe_runmake \
48 QMAKE="${STAGING_BINDIR_NATIVE}/qmake -after INCLUDEPATH+=${STAGING_INCDIR} LIBS+=-L${STAGING_LIBDIR}" \ 49 QMAKE="${STAGING_BINDIR_NATIVE}/qmake -after INCLUDEPATH+=${STAGING_INCDIR} LIBS+=-L${STAGING_LIBDIR}" \
49 QMAKESPEC="${THIS_QMAKESPEC}" 50 QMAKESPEC="${THIS_QMAKESPEC}"
50} 51}