author | alwin <alwin> | 2004-03-02 19:22:02 (UTC) |
---|---|---|
committer | alwin <alwin> | 2004-03-02 19:22:02 (UTC) |
commit | db1615def104b2637d9404ac0f1e3790a8d7731f (patch) (unidiff) | |
tree | 38c3c7626b36f34492a7f6ebf3d64432258fa423 | |
parent | 4e214ca53f618d2d848c6f281c545e1883bc52eb (diff) | |
download | opie-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.
-rw-r--r-- | mkspecs/qws/linux-generic-g++/qmake.conf | 2 |
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 | |||
@@ -52,3 +52,3 @@ QMAKE_LFLAGS_SONAME = -Wl,-soname, | |||
52 | QMAKE_LFLAGS_THREAD = | 52 | QMAKE_LFLAGS_THREAD = |
53 | QMAKE_RPATH = -Wl,-rpath, | 53 | QMAKE_RPATH = -Wl,-rpath-link, |
54 | 54 | ||