From c11462288d96842ebadecd57731e4f589e49dc77 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 30 Dec 2017 08:18:40 +0100 Subject: update to 1.4.0 switch to cmake add upstream patch for lib64 --- libzip-rpath.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 libzip-rpath.patch (limited to 'libzip-rpath.patch') diff --git a/libzip-rpath.patch b/libzip-rpath.patch new file mode 100644 index 0000000..bc5e2da --- /dev/null +++ b/libzip-rpath.patch @@ -0,0 +1,13 @@ +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() -- cgit