mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 02:35:23 +03:00
15 lines
374 B
Diff
15 lines
374 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
|
|
@@ -236,6 +236,8 @@
|
|
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")
|