From: Marcin Banasiak Date: Thu, 26 May 2011 16:19:02 +0000 (+0000) Subject: - fixes build with new boost X-Git-Tag: auto/th/bitcoin-0.8.1-1~3 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fbitcoin.git;a=commitdiff_plain;h=a34ea8045de7776f1ff8a2bbbe641555f41eb78a - fixes build with new boost Changed files: bitcoin-boost.patch -> 1.1 --- 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= \