Description: Adapt SOVERSION to match the name of the liborthancframework1 package
Author: Sebastien Jodogne <s.jodogne@orthanc-labs.com>
Forwarded: yes
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: Orthanc-1.7.2/OrthancFramework/SharedLibrary/CMakeLists.txt
===================================================================
--- Orthanc-1.7.2.orig/OrthancFramework/SharedLibrary/CMakeLists.txt
+++ Orthanc-1.7.2/OrthancFramework/SharedLibrary/CMakeLists.txt
@@ -271,7 +271,7 @@ if (NOT CMAKE_SYSTEM_NAME STREQUAL "Emsc
   set_target_properties(
     OrthancFramework PROPERTIES 
     VERSION ${ORTHANC_VERSION} 
-    SOVERSION ${ORTHANC_VERSION}
+    SOVERSION 1
     )
 endif()
 
