From eba6f80e85fc4f218b73fbe7cf0e99ce640d843a Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Mon, 17 Dec 2007 22:14:25 +0000 Subject: 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 --- modules/FindKDE4Internal.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.1