diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:10:53 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 15:10:53 +0000 |
commit | 13903ba7321df2847aeff010943f1fd11a9c2b8c (patch) | |
tree | d15fa04461ee85ae26eedf942de815bcf227005f /exiv2-no-rpath.patch | |
parent | 4ef76e86aa4ea30a8f96b400578767a47a9eb703 (diff) |
automatic import of exiv2openeuler24.03_LTSopeneuler23.09
Diffstat (limited to 'exiv2-no-rpath.patch')
-rw-r--r-- | exiv2-no-rpath.patch | 13 |
1 files changed, 13 insertions, 0 deletions
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() + |