File: 2001-remove-rpath.patch

package info (click to toggle)
libsavitar 4.13.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 800 kB
  • sloc: cpp: 11,325; xml: 179; sh: 17; makefile: 7
file content (15 lines) | stat: -rw-r--r-- 455 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Gregor Riepl <onitake@gmail.com>
Description: Remove RPATH from build flags.
  It's not needed on Linux and may cause maintenance problems.
  See: https://wiki.debian.org/RpathIssue
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -70,8 +70,6 @@ set(savitar_HDRS
 set(SAVITAR_VERSION 0.1.2)
 set(SAVITAR_SOVERSION 0)
 
-set(CMAKE_INSTALL_RPATH ${CMAKE_INSTALL_FULL_LIBDIR})
-
 if(BUILD_STATIC)
     add_library(Savitar STATIC ${savitar_SRCS})
 else()