Add missing patch

This commit is contained in:
Josef Řídký 2022-02-11 14:19:37 +01:00
parent 13f23ce40b
commit 2629a7619e

12
jasper-3.0.0-rpath.patch Normal file
View File

@ -0,0 +1,12 @@
diff -urNp old/CMakeLists.txt new/CMakeLists.txt
--- old/CMakeLists.txt 2022-01-31 10:40:07.521527316 +0100
+++ new/CMakeLists.txt 2022-01-31 10:41:00.960876005 +0100
@@ -606,7 +606,7 @@ if(JAS_ENABLE_SHARED)
# (but later on when installing)
set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
- set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
+ #set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
# add the automatically determined parts of the RPATH
# which point to directories outside the build tree to the install RPATH