KDE/kdelibs/cmake/modules
Laurent Montel
montel at kde.org
Thu Aug 3 10:17:27 CEST 2006
On Tuesday 01 August 2006 20:22, David Faure wrote:
Hi,
What do you think about this patch ?
I readd as for old build system a libsuffix
Regards
> On Monday 31 July 2006 09:41, Laurent Montel wrote:
> > SVN commit 568125 by mlaurent:
> >
> > Fix pb when we relauch ccmake -D... ../
> > LIB_* variable was not changed
> >
> >
> > M +1 -1 FindKDE4Internal.cmake
> >
> >
> > --- trunk/KDE/kdelibs/cmake/modules/FindKDE4Internal.cmake #568124:568125
> > @@ -197,7 +197,7 @@
> > ## the following are directories where stuff will be installed to
> > set(BIN_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/bin"
> > CACHE PATH "The kde info install dir (default prefix/info)" FORCE)
> > set(SBIN_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/sbin"
> > CACHE PATH "The kde info install dir (default prefix/info)" FORCE) -
> > set(LIB_INSTALL_DIR "${EXEC_INSTALL_PREFIX}/lib"
> > CACHE PATH "The subdirectory relative to the install prefix where
> > libraries will be installed (default is /lib)") + set(LIB_INSTALL_DIR
> > "${EXEC_INSTALL_PREFIX}/lib" CACHE PATH "The
> > subdirectory relative to the install prefix where libraries will be
> > installed (default is /lib)" FORCE)
>
> Ohoh, this reverts an earlier commit. The FORCE broke for people using
> /lib64 iirc; check svn logs.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libsuffix.patch
Type: text/x-diff
Size: 2619 bytes
Desc: not available
Url : http://mail.kde.org/pipermail/kde-buildsystem/attachments/20060803/468725fd/attachment.bin
More information about the Kde-buildsystem
mailing list