diff options
author | Gerald Britton <gbritton@doomcom.org> | 2004-05-08 23:04:54 +0000 |
---|---|---|
committer | Gerald Britton <gbritton@doomcom.org> | 2004-05-08 23:04:54 +0000 |
commit | 210ab474c06ebf759982513a125b7fc031bde663 (patch) | |
tree | 55457aec05b86a1109f7433efeafa85ec649385d /python/python-pyqwt_3.10.oe | |
parent | 7599f787f1619884dc352444ab219fda0f361dfe (diff) |
templated qmake support (to allow uclibc builds), also update mtd
BKrev: 409d6796_U-R5ieZHQVcqDkv7KMpBw
Diffstat (limited to 'python/python-pyqwt_3.10.oe')
-rw-r--r-- | python/python-pyqwt_3.10.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python-pyqwt_3.10.oe b/python/python-pyqwt_3.10.oe index db2c942fc5..645a5852e6 100644 --- a/python/python-pyqwt_3.10.oe +++ b/python/python-pyqwt_3.10.oe @@ -27,7 +27,7 @@ EXTRA_QMAKEVARS_POST = " QMAKE_UIC=${STAGING_BINDIR}/uic QMAKE_MOC=${STAGING_BIN PYTHON = "${STAGING_BINDIR}/python" SIP = "${STAGING_BINDIR}/sip" QMAKE = "${STAGING_BINDIR}/qmake" -QMAKESPEC = "${QMAKE_MKSPEC_PATH}/qws/${TARGET_OS}-${TARGET_ARCH}-g++" +QMAKESPEC = "${QMAKE_MKSPEC_PATH}/qws/${TARGET_OS}-oe-g++" MODULES = "qwt" |