diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-08 12:11:16 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-05-08 12:11:16 +0000 |
commit | 147d8134ef3b18a894374fefb6a6f39a9918588a (patch) | |
tree | c3deafe2734c2e6f18eba200ea0812e5803d7992 /testing/bitcoin/boost-thread.patch | |
parent | 776c7a910ed979e3e6abcecd2ac7ed249a62152c (diff) | |
download | aports-147d8134ef3b18a894374fefb6a6f39a9918588a.tar.bz2 aports-147d8134ef3b18a894374fefb6a6f39a9918588a.tar.xz |
testing/bitcoin: upgrade to 0.9.1
Diffstat (limited to 'testing/bitcoin/boost-thread.patch')
-rw-r--r-- | testing/bitcoin/boost-thread.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/bitcoin/boost-thread.patch b/testing/bitcoin/boost-thread.patch deleted file mode 100644 index e71a980877..0000000000 --- a/testing/bitcoin/boost-thread.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./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 |