[med-svn] [nanocall] 05/06: No rpath

Andreas Tille tille at debian.org
Wed Sep 14 13:07:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository nanocall.

commit 8115dd97f508ebaa5967eed41e871576b79e3c42
Author: Andreas Tille <tille at debian.org>
Date:   Wed Sep 14 15:06:57 2016 +0200

    No rpath
---
 debian/patches/no_rpath.patch | 13 +++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 14 insertions(+)

diff --git a/debian/patches/no_rpath.patch b/debian/patches/no_rpath.patch
new file mode 100644
index 0000000..28e2981
--- /dev/null
+++ b/debian/patches/no_rpath.patch
@@ -0,0 +1,13 @@
+--- a/src/CMakeLists.txt
++++ b/src/CMakeLists.txt
+@@ -56,8 +56,8 @@ set(HEADER_SUBDIRS
+ #set(CMAKE_FIND_LIBRARY_SUFFIXES .a .so)
+ 
+ # bake-in RPATH to prevent library search problems
+-set(CMAKE_INSTALL_RPATH_USE_LINK_PATH true)
+-set(CMAKE_BUILD_WITH_INSTALL_RPATH true)
++set(CMAKE_INSTALL_RPATH_USE_LINK_PATH false)
++set(CMAKE_BUILD_WITH_INSTALL_RPATH false)
+ set(CMAKE_LIBRARY_PATH $ENV{LD_LIBRARY_PATH})
+ 
+ # find zlib
diff --git a/debian/patches/series b/debian/patches/series
index 3356b06..9b0725b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 remove_broken_makefile.patch
 use_debian_packaged_libs.patch
+no_rpath.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/nanocall.git



More information about the debian-med-commit mailing list