diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:08:15 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-01 14:08:15 +0000 |
commit | 32bd08673d10edaaa4dc7f8f5dfe062b55eea289 (patch) | |
tree | d15fa04461ee85ae26eedf942de815bcf227005f /exiv2-no-rpath.patch | |
parent | 9031e7e0e7c35f7181d154822e9ba2b9f6d8c8c7 (diff) |
automatic import of exiv2openeuler24.03_LTS
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() + |