File: 0001-Disable-setting-rpath.patch

package info (click to toggle)
broccoli-python 0.61%2B1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 456 kB
  • sloc: python: 407; sh: 200; makefile: 21
file content (19 lines) | stat: -rw-r--r-- 582 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Hilko Bengen <bengen@debian.org>
Date: Sat, 31 Oct 2015 13:35:24 +0100
Subject: Disable setting rpath

---
 cmake/CommonCMakeConfig.cmake | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmake/CommonCMakeConfig.cmake b/cmake/CommonCMakeConfig.cmake
index 322cc95..c7e6ef5 100644
--- a/cmake/CommonCMakeConfig.cmake
+++ b/cmake/CommonCMakeConfig.cmake
@@ -4,6 +4,5 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
 include(CheckCompilers)
 include(ProhibitInSourceBuild)
 include(AddUninstallTarget)
-include(SetupRPATH)
 include(SetDefaultCompileFlags)
 include(MacDependencyPaths)