mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-25 12:15:32 +03:00
15 lines
422 B
Diff
15 lines
422 B
Diff
Patch from fcolista
|
|
|
|
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
|
|
index ae33cd0..2fe8906 100644
|
|
--- a/core/CMakeLists.txt
|
|
+++ b/core/CMakeLists.txt
|
|
@@ -103,6 +103,8 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
|
set(HAVE_LINUX_OS 1)
|
|
set(PSCMD "ps -e")
|
|
include_directories(/usr/include/tirpc)
|
|
+ link_directories(/usr/lib)
|
|
+ link_libraries(intl)
|
|
endif()
|
|
|
|
if (${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
|