1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/testing/odbc-cpp-wrapper/10_soversion.patch
Holger Jaekel 9fda569485 testing/odbc-cpp-wrapper: new aport
https://github.com/SAP/odbc-cpp-wrapper
An object-oriented C++-wrapper of the ODBC API
2023-01-16 16:29:14 +00: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)