diff options
author | Luke Dashjr <luke-jr+git@utopios.org> | 2012-07-05 23:05:58 +0000 |
---|---|---|
committer | Luke Dashjr <luke-jr+git@utopios.org> | 2012-07-05 23:14:20 +0000 |
commit | a0cbcfd6ed9607e481211826c33cdd15e2cee579 (patch) | |
tree | df145797fbf0f3514a32410ac1717e17217859ca /contrib/debian/patches/1001_use_system_json-spirit.patch | |
parent | 04ae8e1a1b82ec59d7b4b720de0d5d1ebe0e12ba (diff) |
Update Debian "Use system json-spirit" patch to apply
("Fixed" upstream in 3563824c602cb2b42cc21970935f45ce646c3964)
Diffstat (limited to 'contrib/debian/patches/1001_use_system_json-spirit.patch')
-rw-r--r-- | contrib/debian/patches/1001_use_system_json-spirit.patch | 6 |
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; |