summaryrefslogtreecommitdiff
path: root/mkspecs
authormickeyl <mickeyl>2004-03-28 14:15:47 (UTC)
committer mickeyl <mickeyl>2004-03-28 14:15:47 (UTC)
commit6c102bd456d760fbe237fd49ce46f212614f228a (patch) (side-by-side diff)
tree2e90ded67cf2e461b030a42ada6b6500d25e746d /mkspecs
parentca32f9c2a799aec751efd82e73c3154de1afe957 (diff)
downloadopie-6c102bd456d760fbe237fd49ce46f212614f228a.zip
opie-6c102bd456d760fbe237fd49ce46f212614f228a.tar.gz
opie-6c102bd456d760fbe237fd49ce46f212614f228a.tar.bz2
we need to use -rpath, not -rpath-link on x86 or else the inputmethods don't
find their stuff (e.g. libpickboard.so) in <whereYourOpieDirIs>/plugins/inputmethods/
Diffstat (limited to 'mkspecs') (more/less context) (ignore whitespace changes)
-rw-r--r--mkspecs/qws/linux-generic-g++/qmake.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/mkspecs/qws/linux-generic-g++/qmake.conf b/mkspecs/qws/linux-generic-g++/qmake.conf
index bccb196..add69b3 100644
--- a/mkspecs/qws/linux-generic-g++/qmake.conf
+++ b/mkspecs/qws/linux-generic-g++/qmake.conf
@@ -43,4 +43,4 @@ QMAKE_LIBDIR_OPENGL = /usr/X11R6/lib
-QMAKE_LINK = g++
-QMAKE_LINK_SHLIB = g++
+QMAKE_LINK = gcc
+QMAKE_LINK_SHLIB = gcc
QMAKE_LFLAGS = $(LFLAGS_EXTRA)
@@ -52,3 +52,3 @@ QMAKE_LFLAGS_SONAME = -Wl,-soname,
QMAKE_LFLAGS_THREAD =
-QMAKE_RPATH = -Wl,-rpath-link,
+QMAKE_RPATH = -Wl,-rpath,