File: full-library-version-soname.patch

package info (click to toggle)
libsignal-protocol-c 2.3.3-6.1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,268 kB
  • sloc: ansic: 30,562; makefile: 11
file content (18 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: use full library version for soname
Author: Boris Pek <tehnick@debian.org>
Origin: vendor
Bug: https://github.com/signalapp/libsignal-protocol-c/issues/112
Last-Update: 2019-05-30
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -77,7 +77,7 @@
 	target_link_libraries(signal-protocol-c ${PBC_LIB})
 	set_target_properties(signal-protocol-c PROPERTIES
 		VERSION ${SIGNAL_PROTOCOL_C_VERSION}
-		SOVERSION ${SIGNAL_PROTOCOL_C_VERSION_MAJOR}
+		SOVERSION ${SIGNAL_PROTOCOL_C_VERSION}
 	)
 endif()