diff options
author | fanquake <fanquake@gmail.com> | 2024-01-23 16:57:03 +0000 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-01-23 17:06:57 +0000 |
commit | f1ab078ed7742c3350438f0315846948cf317e67 (patch) | |
tree | 5f2ff612be8757a59d1ac222b0591bbff647a90f /depends | |
parent | 8c9dceb962b2ba1836d737bd417ac55f39f5bc18 (diff) | |
parent | b8105b3ed7c97cd6545dba99d0e13c33f183e450 (diff) |
Merge bitcoin/bitcoin#29276: depends: Update libmultiprocess library to fix C++20 macos build error
b8105b3ed7c97cd6545dba99d0e13c33f183e450 depends: Update libmultiprocess library to fix C++20 macos build error (Ryan Ofsky)
Pull request description:
Fixes #29248
The std::result_of type was removed in c++20, but was being referenced in some old, unused code in the library. The issue was fixed in:
- https://github.com/chaincodelabs/libmultiprocess/pull/91
This update also includes other recent libmultiprocess changes to improve C++20 support and fix build issues:
- https://github.com/chaincodelabs/libmultiprocess/pull/89
- https://github.com/chaincodelabs/libmultiprocess/pull/90
- https://github.com/chaincodelabs/libmultiprocess/pull/93
ACKs for top commit:
fanquake:
ACK b8105b3ed7c97cd6545dba99d0e13c33f183e450.
Tree-SHA512: 2ca64b5fc27be752baba38df4b4faf62152e18c70ead6e0e063f1cb0c25dd5d924dec7ebfd7f8bbd651ae50eb35e8d8b591a9847c36f22558b5f5effccf56536
Diffstat (limited to 'depends')
-rw-r--r-- | depends/packages/native_libmultiprocess.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/depends/packages/native_libmultiprocess.mk b/depends/packages/native_libmultiprocess.mk index 946e885354..bcdb1f9e7c 100644 --- a/depends/packages/native_libmultiprocess.mk +++ b/depends/packages/native_libmultiprocess.mk @@ -1,8 +1,8 @@ package=native_libmultiprocess -$(package)_version=414542f81e0997354b45b8ade13ca144a3e35ff1 +$(package)_version=8da797c5f1644df1bffd84d10c1ae9836dc70d60 $(package)_download_path=https://github.com/chaincodelabs/libmultiprocess/archive $(package)_file_name=$($(package)_version).tar.gz -$(package)_sha256_hash=8542dbaf8c4fce8fd7af6929f5dc9b34dffa51c43e9ee360e93ee0f34b180bc2 +$(package)_sha256_hash=030f4d393d2ac9deba98d2e1973e22fc439ffc009d5f8ae3225c90639f86beb0 $(package)_dependencies=native_capnp define $(package)_config_cmds |