mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-17 02:26:34 +02:00
14 lines
360 B
Diff
14 lines
360 B
Diff
diff --git a/core/CMakeLists.txt b/core/CMakeLists.txt
|
|
index f49feab..d627746 100644
|
|
--- a/core/CMakeLists.txt
|
|
+++ b/core/CMakeLists.txt
|
|
@@ -233,6 +233,8 @@ include(BareosFindPrograms)
|
|
|
|
if(${CMAKE_SYSTEM_NAME} MATCHES "Linux")
|
|
set(HAVE_LINUX_OS 1)
|
|
+ link_directories(/usr/lib)
|
|
+ link_libraries(intl)
|
|
endif()
|
|
|
|
if(${CMAKE_SYSTEM_NAME} MATCHES "SunOS")
|