1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-20 17:55:15 +03:00
aports/testing/compiz/soname.patch

13 lines
476 B
Diff

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 997d050..fa1ed8c 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -131,7 +131,7 @@ file (STRINGS ${abiversion_h} abiline REGEX "^#define +CORE_ABIVERSION .+$")
string (REGEX REPLACE "#define +CORE_ABIVERSION +" "" abiversion "${abiline}")
set_target_properties (compiz_core PROPERTIES
VERSION ${VERSION}
- SOVERSION "ABI-${abiversion}"
+ SOVERSION "${abiversion}"
)
add_executable (compiz