diff options
author | Chris Larson <clarson@kergoth.com> | 2004-06-29 17:51:40 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-06-29 17:51:40 +0000 |
commit | abc7ec1b99d2911ee3168349e3d370e954f44641 (patch) | |
tree | ff1f0b0820b9ed1d1740975617902954a27d131f /uicmoc | |
parent | 0580fc73a3972b884467006a69c537dad6f4ee35 (diff) |
Merge openembedded@openembedded.bkbits.net:packages
into odin.(none):/home/kergoth/code/packages
2004/06/29 19:24:36+02:00 uni-frankfurt.de!mickey
uicmoc-native: fix injecting SYSCONF_LINK into the make process
BKrev: 40e1ac2crCK6SbkF3CeDfo_PINyLag
Diffstat (limited to 'uicmoc')
-rw-r--r-- | uicmoc/uicmoc-native_2.3.7.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uicmoc/uicmoc-native_2.3.7.oe b/uicmoc/uicmoc-native_2.3.7.oe index c0cada5f11..3b58cdb747 100644 --- a/uicmoc/uicmoc-native_2.3.7.oe +++ b/uicmoc/uicmoc-native_2.3.7.oe @@ -11,7 +11,7 @@ S = "${WORKDIR}/qt-${PV}" inherit native qmake-base export QTDIR = "${S}" -export SYSCONF_LINK = "${CXX}" +EXTRA_OEMAKE = 'SYSCONF_LINK="${CXX}"' CXXFLAGS += " -DQWS" QT_CONFIG_FLAGS = "-depths 8,16 -no-qvfb -no-g++-exceptions -no-jpeg -no-mng \ |