summaryrefslogtreecommitdiffstats
path: root/libzip-rpath.patch
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2018-04-11 11:02:39 +0200
committerRemi Collet <remi@remirepo.net>2018-04-11 11:02:39 +0200
commit71be8212b28f12f1a4fe20bd917005eaf1e285ca (patch)
tree95d14d40d92087606173843ddf15fab44183bbb0 /libzip-rpath.patch
parent1a7539972ac46a55e81ff911e2887eb6a1b60507 (diff)
update to 1.5.1
drop dependency on zlib-devel and bzip2-devel no more referenced in libzip.pc drop rpath patch merged upstream
Diffstat (limited to 'libzip-rpath.patch')
-rw-r--r--libzip-rpath.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libzip-rpath.patch b/libzip-rpath.patch
deleted file mode 100644
index bc5e2da..0000000
--- a/libzip-rpath.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -up ./CMakeLists.txt.rpm ./CMakeLists.txt
---- ./CMakeLists.txt.rpm 2017-12-30 07:46:53.988134130 +0100
-+++ ./CMakeLists.txt 2017-12-30 07:47:03.787185954 +0100
-@@ -139,9 +139,6 @@ endif(CMAKE_SYSTEM_NAME MATCHES WindowsP
-
- ADD_DEFINITIONS("-DHAVE_CONFIG_H")
-
--# rpath handling: use rpath in installed binaries
--SET(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR}")
--SET(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
-
- # Testing
- ENABLE_TESTING()