You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
phonon/phonon-4.4.4-no_rpath.patch

13 lines
649 B

14 years ago
diff -up phonon-4.4.4/cmake/FindPhononInternal.cmake.no_rpath phonon-4.4.4/cmake/FindPhononInternal.cmake
14 years ago
--- phonon-4.4.4/cmake/FindPhononInternal.cmake.no_rpath 2011-01-19 13:20:00.000000000 -0600
+++ phonon-4.4.4/cmake/FindPhononInternal.cmake 2011-01-21 07:55:03.464702040 -0600
@@ -232,7 +232,7 @@ endif(APPLE)
14 years ago
# These two options below make it set the RPATH of the installed targets to all
# RPATH directories outside the current CMAKE_BINARY_DIR and also the library
# install directory. Alex
-set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
14 years ago
+#set(CMAKE_INSTALL_RPATH_USE_LINK_PATH FALSE)
set(CMAKE_INSTALL_RPATH "${LIB_INSTALL_DIR}")
14 years ago