From b81a398de81c746a62c846e387dca7bc09e112eb Mon Sep 17 00:00:00 2001 From: Ruben Undheim Date: Sat, 14 May 2016 15:58:01 +0200 Subject: No built-in RPATH is desired in the Debian package even though it's present in the upstream install. Forwarded: doesn't make sense upstream Gbp-Pq: Name 01_no_rpath_in_debian_package.patch --- CMakeLists.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 32a348c..03c90d5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,10 +20,10 @@ if (NOT X11_FOUND) endif() # Include RPATH in build so that ldconfig is not necessary after install -SET(CMAKE_SKIP_BUILD_RPATH FALSE) -SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE) -SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_FULL_LIBDIR}") -SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) +#SET(CMAKE_SKIP_BUILD_RPATH FALSE) +#SET(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE) +#SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_FULL_LIBDIR}") +#SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE) MATH(EXPR SIZEOF_VOID_P_BITS "${CMAKE_SIZEOF_VOID_P}*8") -- cgit v1.2.3