Blob Blame History Raw
diff -up kmymoney-3.96.1/CMakeLists.txt.rpath kmymoney-3.96.1/CMakeLists.txt
--- kmymoney-3.96.1/CMakeLists.txt.rpath	2010-02-17 01:20:26.000000000 -0600
+++ kmymoney-3.96.1/CMakeLists.txt	2010-03-19 10:29:07.789349688 -0500
@@ -335,10 +335,10 @@ ENDIF(CMAKE_INSTALL_PREFIX_INITIALIZED_T
 
 # the RPATH to be used when installing
 # (cf. http://www.vtk.org/Wiki/CMake_RPATH_handling)
-SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
+#SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
 # add the automatically determined parts of the RPATH
 # which point to directories outside the build tree to the install RPATH
-SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
+SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
 
 # remark: these directories are used to find libs and .h files.
 # they are set globally after this point. no need to add everywhere.