You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
696 B
14 lines
696 B
8 months ago
|
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
|
||
|
index 3f133c2..efd5802 100644
|
||
|
--- a/src/CMakeLists.txt
|
||
|
+++ b/src/CMakeLists.txt
|
||
|
@@ -617,6 +617,8 @@ if(BUILD_SHARED_LIBS)
|
||
|
set_target_properties(mediastreamer2 PROPERTIES SOVERSION ${MEDIASTREAMER_SO_VERSION})
|
||
|
else()
|
||
|
|
||
|
+ set_target_properties(mediastreamer2 PROPERTIES VERSION ${MEDIASTREAMER_VERSION})
|
||
|
+ set_target_properties(mediastreamer2 PROPERTIES SOVERSION ${MEDIASTREAMER_SO_VERSION})
|
||
|
|
||
|
#Workaround for the Debian 11 issue with conflict between libc and libtirpc
|
||
|
#/usr/bin/ld: /lib/x86_64-linux-gnu/libtirpc.so.3: warning: common of `rpc_createerr@@GLIBC_2.2.5' overridden by definition from /lib/x86_64-linux-gnu/libc.so.6
|