aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2012-07-05 23:05:58 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2012-07-05 23:14:20 +0000
commita0cbcfd6ed9607e481211826c33cdd15e2cee579 (patch)
treedf145797fbf0f3514a32410ac1717e17217859ca /contrib
parent04ae8e1a1b82ec59d7b4b720de0d5d1ebe0e12ba (diff)
downloadbitcoin-a0cbcfd6ed9607e481211826c33cdd15e2cee579.tar.xz
Update Debian "Use system json-spirit" patch to apply
("Fixed" upstream in 3563824c602cb2b42cc21970935f45ce646c3964)
Diffstat (limited to 'contrib')
-rw-r--r--contrib/debian/patches/1001_use_system_json-spirit.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/debian/patches/1001_use_system_json-spirit.patch b/contrib/debian/patches/1001_use_system_json-spirit.patch
index 56a20af38c..d471bded8f 100644
--- a/contrib/debian/patches/1001_use_system_json-spirit.patch
+++ b/contrib/debian/patches/1001_use_system_json-spirit.patch
@@ -1,8 +1,8 @@
Description: Use system JSON Spirit library
Author: Jonas Smedegaard <dr@jones.dk>
-Last-Update: 2011-05-17
---- a/src/rpc.cpp
-+++ b/src/rpc.cpp
+Last-Update: 2012-07-05
+--- a/src/bitcoinrpc.cpp
++++ b/src/bitcoinrpc.cpp
@@ -12,9 +12,7 @@
#include <boost/asio/ssl.hpp>
typedef boost::asio::ssl::stream<boost::asio::ip::tcp::socket> SSLStream;