From 13903ba7321df2847aeff010943f1fd11a9c2b8c Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 15:10:53 +0000 Subject: automatic import of exiv2 --- exiv2-no-rpath.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 exiv2-no-rpath.patch (limited to 'exiv2-no-rpath.patch') diff --git a/exiv2-no-rpath.patch b/exiv2-no-rpath.patch new file mode 100644 index 0000000..09ff0ef --- /dev/null +++ b/exiv2-no-rpath.patch @@ -0,0 +1,13 @@ +diff --git a/cmake/mainSetup.cmake b/cmake/mainSetup.cmake +index fcaa21f..f69fc46 100644 +--- a/cmake/mainSetup.cmake ++++ b/cmake/mainSetup.cmake +@@ -23,8 +23,6 @@ if (UNIX) + if (APPLE) + set(CMAKE_MACOSX_RPATH ON) + set(CMAKE_INSTALL_RPATH "@loader_path") +- else() +- join_paths(CMAKE_INSTALL_RPATH "$ORIGIN" ".." "${CMAKE_INSTALL_LIBDIR}") + endif() + endif() + -- cgit v1.2.3