From a34ea8045de7776f1ff8a2bbbe641555f41eb78a Mon Sep 17 00:00:00 2001 From: Marcin Banasiak Date: Thu, 26 May 2011 16:19:02 +0000 Subject: [PATCH] - fixes build with new boost Changed files: bitcoin-boost.patch -> 1.1 --- bitcoin-boost.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bitcoin-boost.patch diff --git a/bitcoin-boost.patch b/bitcoin-boost.patch new file mode 100644 index 0000000..d56b7a2 --- /dev/null +++ b/bitcoin-boost.patch @@ -0,0 +1,11 @@ +--- bitcoin-0.3.21/src/makefile.unix.new 2011-05-26 00:00:26.214649194 +0200 ++++ bitcoin-0.3.21/src/makefile.unix 2011-05-26 00:00:54.437829629 +0200 +@@ -10,7 +10,7 @@ WXLIBS=$(shell wx-config --libs) + + USE_UPNP:=0 + +-DEFS=-DNOPCH -DFOURWAYSSE2 -DUSE_SSL ++DEFS=-DNOPCH -DFOURWAYSSE2 -DUSE_SSL -DBOOST_FILESYSTEM_DEPRECATED + + # for boost 1.37, add -mt to the boost libraries + LIBS= \ -- 2.44.0