about summary refs log tree commit diff
path: root/nixpkgs/pkgs/applications/altcoins/nano-wallet/CMakeLists.txt.patch
blob: 5bbec1d39bea2d433c91db2c4c0e77fb7497f825 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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)