[Pkg-voip-commits] [belle-sip] 08/09: Kill RPATH nonsense
daniel at gnoutcheff.name
daniel at gnoutcheff.name
Thu Jan 12 05:19:24 UTC 2017
This is an automated email from the git hooks/post-receive script.
gnoutchd-guest pushed a commit to branch master
in repository belle-sip.
commit a020fc698000b03db8599c72c4778465c36a3967
Author: Daniel Gnoutcheff <daniel at gnoutcheff.name>
Date: Wed Jan 11 20:36:04 2017 -0500
Kill RPATH nonsense
---
debian/patches/kill-rpath.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
2 files changed, 17 insertions(+)
diff --git a/debian/patches/kill-rpath.patch b/debian/patches/kill-rpath.patch
new file mode 100644
index 0000000..9383f3c
--- /dev/null
+++ b/debian/patches/kill-rpath.patch
@@ -0,0 +1,16 @@
+Subject: Stop setting RPATH in binaries
+Author: Daniel Gnoutcheff <daniel at gnoutcheff.name>
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -65,11 +65,6 @@
+ include(CMakePushCheckState)
+ include(GNUInstallDirs)
+
+-if(NOT CMAKE_INSTALL_RPATH AND CMAKE_INSTALL_PREFIX)
+- set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR})
+- message(STATUS "Setting install rpath to ${CMAKE_INSTALL_RPATH}")
+-endif()
+-
+ set(MSVC_INCLUDE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/include/MSVC")
+ if(MSVC)
+ list(APPEND CMAKE_REQUIRED_INCLUDES ${MSVC_INCLUDE_DIR})
diff --git a/debian/patches/series b/debian/patches/series
index 770c395..ec652fa 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
fix-spelling-errors.patch
+kill-rpath.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/belle-sip.git
More information about the Pkg-voip-commits
mailing list