libid3tag/Add_unversioned_so.patch

13 lines
336 B
Diff
Raw Normal View History

2023-10-23 17:47:31 +08:00
diff -Nur a/CMakeLists.txt b/CMakeLists.txt
--- a/CMakeLists.txt 2023-09-24 09:52:54.000000000 +0800
+++ b/CMakeLists.txt 2023-10-18 15:52:23.227559220 +0800
@@ -46,7 +46,7 @@
set_target_properties(id3tag PROPERTIES
VERSION ${CMAKE_PROJECT_VERSION}
- SOVERSION ${LIBRARY_SOVERSION}
+ SOVERSION 0
)
include(CheckIncludeFile)