mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
13 lines
442 B
Diff
13 lines
442 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 846b444..4aeba50 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -658,6 +658,8 @@ if (ANDROID)
|
|
set (glog_libraries_options_for_static_linking "${glog_libraries_options_for_static_linking} -llog")
|
|
endif (ANDROID)
|
|
|
|
+target_link_libraries (glog PRIVATE ucontext)
|
|
+
|
|
set_target_properties (glog PROPERTIES VERSION ${glog_VERSION})
|
|
set_target_properties (glog PROPERTIES SOVERSION 2)
|
|
|