1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-21 18:25:41 +03:00
aports/community/odbc-cpp-wrapper/10_soversion.patch
2023-01-24 05:21:48 +01:00

14 lines
402 B
Diff
Executable file

Author: Holger Jaekel <holger.jaekel@gmx.de>
Summary: define SOVERSION
----
--- a/src/odbc/CMakeLists.txt
+++ b/src/odbc/CMakeLists.txt
@@ -74,6 +74,7 @@
)
SET_PROPERTY(TARGET odbccpp PROPERTY public_headers ${public_headers})
+set_target_properties(odbccpp PROPERTIES VERSION "${ODBCCPP_VERSION}" SOVERSION "${ODBCCPP_VERSION}")
# Installation
INSTALL(TARGETS odbccpp_static DESTINATION lib)