From kde-commits Tue Jan 15 13:36:10 2008 From: Allen Winter Date: Tue, 15 Jan 2008 13:36:10 +0000 To: kde-commits Subject: Re: KDE/kdelibs/cmake/modules Message-Id: <200801150836.10962.winter () kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120040423013375 On Monday 14 January 2008 22:13:03 Allen Winter wrote: > On Monday 14 January 2008 19:09:03 Alexander Neundorf wrote: > > SVN commit 761504 by neundorf: > > > > fix it > > Boy, I hope this fixes all the loader problems I've been experiencing > the past two days. Time for yet-another-total-rebuild-from-scratch. > Yes! Thanks Alex. This was driving me nuts for 2 days. Note to self: when chrpath says it can't find an rpath or runpath in a .so, there's major trouble in the buildsystem. > > > > M +1 -1 FindKDE4Internal.cmake > > > > > > --- trunk/KDE/kdelibs/cmake/modules/FindKDE4Internal.cmake #761503:761504 > > @@ -716,7 +716,7 @@ > > set( _KDE4_DEFAULT_USE_FULL_RPATH OFF ) > > endif (NOT APPLE) > > > > - 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." > > _KDE4_DEFAULT_USE_FULL_RPATH) + 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." ${_KDE4_DEFAULT_USE_FULL_RPATH} ) > > > > set( _KDE4_PLATFORM_INCLUDE_DIRS)