summarylogtreecommitdiffstats
path: root/bitcoin-scrypt-git-boost.patch
diff options
context:
space:
mode:
authorMaik Broemme2017-12-12 13:01:39 +0100
committerMaik Broemme2017-12-12 13:01:39 +0100
commit30fe1aedebef4623dee094085b270be89cf19238 (patch)
tree6588bbaeb70866c27377b33fc6ab99d9506f6a04 /bitcoin-scrypt-git-boost.patch
parent9ac3faad5a40283d784b181e32a1a1b738903329 (diff)
downloadaur-30fe1aedebef4623dee094085b270be89cf19238.tar.gz
added compile fix for latest boost
updated to latest official git version
Diffstat (limited to 'bitcoin-scrypt-git-boost.patch')
-rw-r--r--bitcoin-scrypt-git-boost.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/bitcoin-scrypt-git-boost.patch b/bitcoin-scrypt-git-boost.patch
new file mode 100644
index 000000000000..a32050a05d12
--- /dev/null
+++ b/bitcoin-scrypt-git-boost.patch
@@ -0,0 +1,12 @@
+diff -Nur bitcoin-scrypt/src/net.cpp bitcoin-scrypt-boost/src/net.cpp
+--- bitcoin-scrypt/src/net.cpp 2017-06-19 14:18:02.809218054 +0200
++++ bitcoin-scrypt-boost/src/net.cpp 2017-06-19 14:17:37.272436173 +0200
+@@ -50,7 +50,7 @@
+ static bool vfLimited[NET_MAX] = {};
+ static CNode* pnodeLocalHost = NULL;
+ uint64 nLocalHostNonce = 0;
+-array<int, THREAD_MAX> vnThreadsRunning;
++boost::array<int, THREAD_MAX> vnThreadsRunning;
+ static std::vector<SOCKET> vhListenSocket;
+ CAddrMan addrman;
+