aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-12-17 22:14:25 +0000
committerAlexander Neundorf <neundorf@kde.org>2007-12-17 22:14:25 +0000
commiteba6f80e85fc4f218b73fbe7cf0e99ce640d843a (patch)
tree11ebed09520d5d30aa8c4c5eec5ed2f6d31b1a0c /modules
parent71c89b66133971a2da8e2b20550b546538018f55 (diff)
downloadextra-cmake-modules-eba6f80e85fc4f218b73fbe7cf0e99ce640d843a.tar.gz
extra-cmake-modules-eba6f80e85fc4f218b73fbe7cf0e99ce640d843a.tar.bz2
make the option KDE4_USE_ALWAYS_FULL_RPATH default to TRUE, so shared libs will be built with RPATH
this is correct, but make install will now take longer, since now also shared libs have to be relinked Alex svn path=/trunk/KDE/kdelibs/; revision=749796
Diffstat (limited to 'modules')
-rw-r--r--modules/FindKDE4Internal.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/FindKDE4Internal.cmake b/modules/FindKDE4Internal.cmake
index b734129c..07354e7d 100644
--- a/modules/FindKDE4Internal.cmake
+++ b/modules/FindKDE4Internal.cmake
@@ -709,7 +709,7 @@ endif (WIN32)
# also use /usr/local by default under UNIX, including Mac OS X
if (UNIX)
- option(KDE4_USE_ALWAYS_FULL_RPATH "If set to TRUE, also libs and plugins will be linked with the full RPATH, which will usually make them work better, but make install will take longer." OFF)
+ option(KDE4_USE_ALWAYS_FULL_RPATH "If set to TRUE, also libs and plugins will be linked with the full RPATH, which will usually make them work better, but make install will take longer." ON)
set( _KDE4_PLATFORM_INCLUDE_DIRS)