summaryrefslogtreecommitdiff
path: root/packages/webkit
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/webkit
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/webkit')
-rw-r--r--packages/webkit/webkit-gtk_svn.bb7
1 files changed, 0 insertions, 7 deletions
diff --git a/packages/webkit/webkit-gtk_svn.bb b/packages/webkit/webkit-gtk_svn.bb
index 7ee08bf5ab..208ec25719 100644
--- a/packages/webkit/webkit-gtk_svn.bb
+++ b/packages/webkit/webkit-gtk_svn.bb
@@ -60,13 +60,6 @@ do_stage() {
}
-# Noooooooooooooooooooooooooooooooooooooooooooo...
-do_unstage() {
- rm ${STAGING_LIBDIR}/libWebKitG* || true
-}
-
-addtask unstage before do_configure
-
PACKAGES =+ "webkit-gtklauncher-dbg webkit-gtklauncher"
FILES_webkit-gtklauncher = "${bindir}/GtkLauncher"