SHA256
1
0
forked from pool/libvmime

Update libvmime-soname.diff to support out-of-tree cmake builds

This commit is contained in:
Jan Engelhardt 2024-07-24 13:58:57 +02:00
parent 8ae8c815f7
commit e68844707f
2 changed files with 7 additions and 2 deletions

View File

@ -33,8 +33,8 @@ Index: vmime-0.9.2.165/CMakeLists.txt
COMPILE_FLAGS -DVMIME_SHARED
)
+ execute_process(COMMAND ln -s libvmime-suse.so.${VMIME_API_VERSION_CURRENT} libvmime.so)
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/libvmime.so DESTINATION ${CMAKE_INSTALL_LIBDIR}/ COMPONENT libraries)
+ execute_process(COMMAND ln -s libvmime-suse.so.${VMIME_API_VERSION_CURRENT} ${CMAKE_BINARY_DIR}/libvmime.so)
+ install(FILES ${CMAKE_BINARY_DIR}/libvmime.so DESTINATION ${CMAKE_INSTALL_LIBDIR}/ COMPONENT libraries)
+
ENDIF()

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 24 11:58:38 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update libvmime-soname.diff to support out-of-tree cmake builds
-------------------------------------------------------------------
Wed Jun 19 10:05:25 UTC 2024 - Jan Engelhardt <jengelh@inai.de>