From 82184ad81cb8de626f765c07432fdab1b5f6dd0a Mon Sep 17 00:00:00 2001 From: Alexander Neundorf Date: Tue, 7 Mar 2006 22:51:17 +0000 Subject: -implemented RPATH handling, but disabled for now to enable it again, remove the line 104, where KDE4_NEED_WRAPPER_SCRIPTS is set to false again If you have current cmake cvs, you can then: -enable CMAKE_SKIP_RPATH using ccmake, then everything will be built without RPATH -disable CMAKE_SKIP_RPATH and enable KDE4_RPATH_TO_BUILD_DIR, then everything will be built with RPATH pointing to both the build and the install dir -disable CMAKE_SKIP_RPATH and disable KDE4_RPATH_TO_BUILD_DIR, then everything will be built with RPATH pointing to the install dir In all three cases no relinking will happen during install. If built without RPATH to the builddir, the executables are executed using wrapper scripts named .sh, e.g. kconfig_compiler.sh. some changes to the kde3 stuff: -renamed KDE3_ADD_KLM to KDE3_ADD_KDEINIT_EXECUTABLE -removed KDE3_PLACEHOLDER -removed KDE3_CREATE_LIBTOOL_FILE to KDE3_INSTALL_LIBTOOL_FILE Please check whether it still works for you and let me know. I plan to move the KDE3 related files to cmake RSN. CCMAIL: kde-buildsystem@kde.org CCMAIL: b_mann@gmx.de CCMAIL: christian.loose@hamburg.de Alex svn path=/trunk/KDE/kdelibs/; revision=516642 --- samples/man/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'samples/man') diff --git a/samples/man/CMakeLists.txt b/samples/man/CMakeLists.txt index 76c92579..7ea0c537 100644 --- a/samples/man/CMakeLists.txt +++ b/samples/man/CMakeLists.txt @@ -84,7 +84,6 @@ INSTALL_TARGETS(/lib/kde3 kmanpart ) INSTALL_FILES( /share/apps/kio_man FILES kio_man.css ) INSTALL_FILES( /share/services FILES man.protocol kmanpart.desktop ) -KDE3_PLACEHOLDER() -- cgit v1.2.1