r3155 - in /experimental/evolution-data-server/debian: changelog patches/avoid-rpath.patch patches/series

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Tue May 9 03:54:43 UTC 2017


Author: jbicha-guest
Date: Tue May  9 03:54:43 2017
New Revision: 3155

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3155
Log:
Add avoid-rpath.patch: Set -DCMAKE_SKIP_RPATH=ON

Added:
    experimental/evolution-data-server/debian/patches/avoid-rpath.patch
Modified:
    experimental/evolution-data-server/debian/changelog
    experimental/evolution-data-server/debian/patches/series

Modified: experimental/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/changelog?rev=3155&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/changelog	(original)
+++ experimental/evolution-data-server/debian/changelog	Tue May  9 03:54:43 2017
@@ -9,6 +9,8 @@
   * Rename libcamel-1.2-59 -> libcamel-1.2-60
   * Rename libebook-1.2-16 -> libebook-1.2-19
   * Update 01-noinst-libedbus-private.patch
+  * Add avoid-rpath.patch:
+    - Set -DCMAKE_SKIP_RPATH=ON
   * Add additional autopkgtest to run installed-tests
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Tue, 02 May 2017 21:34:17 -0400

Added: experimental/evolution-data-server/debian/patches/avoid-rpath.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/patches/avoid-rpath.patch?rev=3155&op=file
==============================================================================
--- experimental/evolution-data-server/debian/patches/avoid-rpath.patch	(added)
+++ experimental/evolution-data-server/debian/patches/avoid-rpath.patch	Tue May  9 03:54:43 2017
@@ -0,0 +1,15 @@
+---
+ CMakeLists.txt |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/CMakeLists.txt
++++ b/CMakeLists.txt
+@@ -127,7 +127,7 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)
+ # Packagers might want to need different settings for the RPATH related things
+ # From experience, especially CMAKE_BUILD_WITH_INSTALL_RPATH might need to be
+ # switched to ON, if CMake fails to set the right values during make install
+-set(CMAKE_SKIP_RPATH OFF)
++set(CMAKE_SKIP_RPATH ON)
+ set(CMAKE_SKIP_BUILD_RPATH OFF CACHE BOOL INTERNAL)
+ set(CMAKE_BUILD_WITH_INSTALL_RPATH OFF CACHE BOOL INTERNAL)
+ set(CMAKE_INSTALL_RPATH_USE_LINK_PATH ON CACHE BOOL INTERNAL)

Modified: experimental/evolution-data-server/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-evolution/experimental/evolution-data-server/debian/patches/series?rev=3155&op=diff
==============================================================================
--- experimental/evolution-data-server/debian/patches/series	(original)
+++ experimental/evolution-data-server/debian/patches/series	Tue May  9 03:54:43 2017
@@ -1 +1,2 @@
 01-noinst-libedbus-private.patch
+avoid-rpath.patch




More information about the pkg-evolution-commits mailing list