summaryrefslogtreecommitdiff
path: root/debian/patches/02-no-rpath.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/02-no-rpath.patch')
-rw-r--r--debian/patches/02-no-rpath.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/debian/patches/02-no-rpath.patch b/debian/patches/02-no-rpath.patch
deleted file mode 100644
index 9e03800..0000000
--- a/debian/patches/02-no-rpath.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Subject: No rpath, please.
-
---- a/libdigidoc/CMakeLists.txt
-+++ b/libdigidoc/CMakeLists.txt
-@@ -94,7 +94,6 @@
- )
-
- add_executable(cdigidoc cdigidoc.c cdigidoc.rc)
--set_target_properties(cdigidoc PROPERTIES INSTALL_RPATH "@loader_path/../../../..;@loader_path/../..")
- target_link_libraries(cdigidoc digidoc)
-
- install( TARGETS digidoc