summaryrefslogtreecommitdiff
path: root/packages/qmake/qmake2-native_2.10a.bb
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2007-10-07 12:28:17 +0000
committerHolger Freyther <zecke@selfish.org>2007-10-07 12:28:17 +0000
commitcaf09f94b1c8d9d9dfef7302b6d3c3b5526c415b (patch)
tree218a9339788de5619c404fc02ac4181b0185ae62 /packages/qmake/qmake2-native_2.10a.bb
parentd3dd4dafb5d9a65a55fcb29253a8f30419cbccf8 (diff)
packages/qmake/qmake2-native: Move the LFLAGS to the end of the linker line
Move the LFLAGS to the end of the linker line. Otherwise a package (e.g. webkit) will try to link to the library in the staging directory and not to the one recently built. Remove the unstage hack from webkit-gtk as it is not needed anymore.
Diffstat (limited to 'packages/qmake/qmake2-native_2.10a.bb')
-rw-r--r--packages/qmake/qmake2-native_2.10a.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/qmake/qmake2-native_2.10a.bb b/packages/qmake/qmake2-native_2.10a.bb
index 207aaaf9b5..55282e562c 100644
--- a/packages/qmake/qmake2-native_2.10a.bb
+++ b/packages/qmake/qmake2-native_2.10a.bb
@@ -9,6 +9,7 @@ QTVER = "qtopia-core-opensource-src-4.3.1"
SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/${QTVER}.tar.gz \
file://0001-fix-mkspecs.patch;patch=1 \
+ file://use-lflags-last.patch;patch=1 \
file://linux-oe-qmake.conf"
S = "${WORKDIR}/${QTVER}"