summaryrefslogtreecommitdiff
path: root/mkspecs
authoralwin <alwin>2004-03-02 19:22:02 (UTC)
committer alwin <alwin>2004-03-02 19:22:02 (UTC)
commitdb1615def104b2637d9404ac0f1e3790a8d7731f (patch) (side-by-side diff)
tree38c3c7626b36f34492a7f6ebf3d64432258fa423 /mkspecs
parent4e214ca53f618d2d848c6f281c545e1883bc52eb (diff)
downloadopie-db1615def104b2637d9404ac0f1e3790a8d7731f.zip
opie-db1615def104b2637d9404ac0f1e3790a8d7731f.tar.gz
opie-db1615def104b2637d9404ac0f1e3790a8d7731f.tar.bz2
-rpath -> -rpath-link
ToDo: I think, we should do that for all other used mkspecs.
Diffstat (limited to 'mkspecs') (more/less context) (ignore whitespace changes)
-rw-r--r--mkspecs/qws/linux-generic-g++/qmake.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/qws/linux-generic-g++/qmake.conf b/mkspecs/qws/linux-generic-g++/qmake.conf
index 2610b12..bccb196 100644
--- a/mkspecs/qws/linux-generic-g++/qmake.conf
+++ b/mkspecs/qws/linux-generic-g++/qmake.conf
@@ -50,7 +50,7 @@ QMAKE_LFLAGS_SHLIB = -shared
QMAKE_LFLAGS_PLUGIN = $$QMAKE_LFLAGS_SHLIB
QMAKE_LFLAGS_SONAME = -Wl,-soname,
QMAKE_LFLAGS_THREAD =
-QMAKE_RPATH = -Wl,-rpath,
+QMAKE_RPATH = -Wl,-rpath-link,
QMAKE_LIBS = $(LIBS_EXTRA)
QMAKE_LIBS_DYNLOAD = -ldl