summarylogtreecommitdiffstats
path: root/fix-build-for-boost-1.76.patch
diff options
context:
space:
mode:
authorLeo P2023-03-09 01:03:56 -0500
committerLeo P2023-03-09 01:03:56 -0500
commit92446582dbd91238119ee97e312a143db18198e1 (patch)
treecbb3cd31fe1bc8db1281bc3c2fd313421c93aa8b /fix-build-for-boost-1.76.patch
parent934c51698f59dc8debba232c01569371cf93208d (diff)
downloadaur-nanocurrency.tar.gz
bump version, retool build to what Nano expects -- a custom-built statically linked minimal boost lib
Diffstat (limited to 'fix-build-for-boost-1.76.patch')
-rw-r--r--fix-build-for-boost-1.76.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/fix-build-for-boost-1.76.patch b/fix-build-for-boost-1.76.patch
deleted file mode 100644
index 410993d26bc3..000000000000
--- a/fix-build-for-boost-1.76.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From cb8abd16b5e65f5b6410d146e38949823118867a Mon Sep 17 00:00:00 2001
-From: Leo P <junk@slact.net>
-Date: Mon, 30 Aug 2021 22:04:06 -0400
-Subject: [PATCH] fix failing build with boost >= 1.76
-
----
- nano/node/common.hpp | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/nano/node/common.hpp b/nano/node/common.hpp
-index 4672b778..d7e77e4f 100644
---- a/nano/node/common.hpp
-+++ b/nano/node/common.hpp
-@@ -112,6 +112,7 @@ struct hash<::nano::tcp_endpoint>
- return ehash (endpoint_a);
- }
- };
-+#ifndef BOOST_ASIO_HAS_STD_HASH
- template <>
- struct hash<boost::asio::ip::address>
- {
-@@ -121,6 +122,7 @@ struct hash<boost::asio::ip::address>
- return ihash (ip_a);
- }
- };
-+#endif
- }
- namespace boost
- {
---
-2.33.0
-