summarylogtreecommitdiffstats
path: root/bitcoin-scrypt-git-boost.patch
diff options
context:
space:
mode:
authorMaik Broemme2017-12-13 11:41:14 +0100
committerMaik Broemme2017-12-13 11:41:14 +0100
commit313ffd0714895ec19fc14d8d8cf386e2b53f3989 (patch)
tree79e0148054360212bbf56e545f73841b0598f73b /bitcoin-scrypt-git-boost.patch
parent048b49e8f6a7fe77deb027fd2d8153078c44d5e7 (diff)
downloadaur-313ffd0714895ec19fc14d8d8cf386e2b53f3989.tar.gz
added compile fix for latest boost and 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;
+