File optee-libname.patch of Package optee-client
Index: optee_client-3.1.0/libteec/CMakeLists.txt
===================================================================
--- optee_client-3.1.0.orig/libteec/CMakeLists.txt
+++ optee_client-3.1.0/libteec/CMakeLists.txt
@@ -37,7 +37,7 @@ add_library (teec SHARED ${SRC})
set_target_properties (teec PROPERTIES
VERSION ${PROJECT_VERSION}
- SOVERSION ${PROJECT_NAME}
+ SOVERSION 1
)
################################################################################