summaryrefslogtreecommitdiffstats
path: root/testing/bitcoin/boost-thread.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2013-12-14 13:16:58 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-12-14 13:19:07 +0000
commitefdc1261389912102db11754af094b2c7b526176 (patch)
treea099c10f2fe57a1d30ac51534b4e5eb55853e237 /testing/bitcoin/boost-thread.patch
parent1e6bf3dec06d8d0b2e5345bbe61c1168a1e6e3e1 (diff)
downloadaports-efdc1261389912102db11754af094b2c7b526176.tar.bz2
aports-efdc1261389912102db11754af094b2c7b526176.tar.xz
testing/bitcoin: new aport
decentralized P2P electronic cash system http://www.bitcoin.org/ ref #2444
Diffstat (limited to 'testing/bitcoin/boost-thread.patch')
-rw-r--r--testing/bitcoin/boost-thread.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/bitcoin/boost-thread.patch b/testing/bitcoin/boost-thread.patch
new file mode 100644
index 000000000..e71a98087
--- /dev/null
+++ b/testing/bitcoin/boost-thread.patch
@@ -0,0 +1,11 @@
+--- ./src/makefile.unix.old 2013-12-14 13:14:50.445065372 +0000
++++ ./src/makefile.unix 2013-12-14 13:13:35.834253950 +0000
+@@ -37,7 +37,7 @@
+ -l boost_system$(BOOST_LIB_SUFFIX) \
+ -l boost_filesystem$(BOOST_LIB_SUFFIX) \
+ -l boost_program_options$(BOOST_LIB_SUFFIX) \
+- -l boost_thread$(BOOST_LIB_SUFFIX) \
++ -l boost_thread-mt$(BOOST_LIB_SUFFIX) \
+ -l db_cxx$(BDB_LIB_SUFFIX) \
+ -l ssl \
+ -l crypto