python/hypothesis: update to 6.121.0
[oi-userland.git] / components / library / exiv2 / patches / 002-fix-rpath.patch
blob8df9e899f6dc9805eda0623dca0e46a52b369dc3
1 --- exiv2-0.27.4/cmake/mainSetup.cmake.orig 2021-04-09 19:21:40.000000000 +0000
2 +++ exiv2-0.27.4/cmake/mainSetup.cmake 2021-05-21 22:49:15.935070998 +0000
3 @@ -23,8 +23,8 @@
4 if (APPLE)
5 set(CMAKE_MACOSX_RPATH ON)
6 set(CMAKE_INSTALL_RPATH "@loader_path")
7 - else()
8 - join_paths(CMAKE_INSTALL_RPATH "$ORIGIN" ".." "${CMAKE_INSTALL_LIBDIR}")
9 + # else()
10 + # join_paths(CMAKE_INSTALL_RPATH "$ORIGIN" ".." "${CMAKE_INSTALL_LIBDIR}")
11 endif()
12 endif()