mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
14 lines
351 B
Diff
14 lines
351 B
Diff
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||
|
index b43f02f6..4470abbf 100644
|
||
|
--- a/CMakeLists.txt
|
||
|
+++ b/CMakeLists.txt
|
||
|
@@ -119,7 +119,7 @@ endif (RAIBLOCKS_SECURE_RPC)
|
||
|
|
||
|
include_directories (${CMAKE_SOURCE_DIR})
|
||
|
|
||
|
-set(Boost_USE_STATIC_LIBS ON)
|
||
|
+add_definitions(-DBOOST_LOG_DYN_LINK)
|
||
|
set(Boost_USE_MULTITHREADED ON)
|
||
|
|
||
|
if (BOOST_CUSTOM)
|