]> git.pld-linux.org Git - packages/open62541.git/blame - open62541-rpath.patch
- adjusted bpf patch to link with libxdp; release 2
[packages/open62541.git] / open62541-rpath.patch
CommitLineData
2a976e07
JB
1--- open62541-1.3.2/CMakeLists.txt.orig 2022-07-03 20:43:12.521687098 +0200
2+++ open62541-1.3.2/CMakeLists.txt 2022-07-03 21:15:49.954416108 +0200
3@@ -1517,7 +1517,8 @@ list(APPEND open62541_LIBRARIES ${ua_arc
4 target_compile_definitions(open62541 PUBLIC UA_ARCHITECTURE_${UA_ARCHITECTURE_UPPER})
5
6 # DLL requires linking to dependencies
7-target_link_libraries(open62541 ${open62541_LIBRARIES})
8+target_link_libraries(open62541 ${open62541_LIBRARIES})
9+set_target_properties(open62541 PROPERTIES INSTALL_RPATH "/usr/lib${LIB_SUFFIX}/pkcs11")
10
11 ##########################
12 # Build Selected Targets #
This page took 0.022827 seconds and 4 git commands to generate.