Skip to content

Commit 6c084ac

Browse files
committed
build: update depends to boost-free libmultiprocess
Upstream libmultiprocess no-longer depends on Boost, it was previously using it for boost::optional. Update to the latest version in depends so it's package no-longer depends on Boost. See: bitcoin-core/libmultiprocess#25.
1 parent 66636ca commit 6c084ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

depends/packages/libmultiprocess.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ $(package)_version=$(native_$(package)_version)
33
$(package)_download_path=$(native_$(package)_download_path)
44
$(package)_file_name=$(native_$(package)_file_name)
55
$(package)_sha256_hash=$(native_$(package)_sha256_hash)
6-
$(package)_dependencies=native_$(package) boost capnp
6+
$(package)_dependencies=native_$(package) capnp
77

88
define $(package)_config_cmds
99
$($(package)_cmake)

depends/packages/native_libmultiprocess.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=native_libmultiprocess
2-
$(package)_version=d576d975debdc9090bd2582f83f49c76c0061698
2+
$(package)_version=49dc279926fe852fc75b3da7582f146f0b805642
33
$(package)_download_path=https://github.com/chaincodelabs/libmultiprocess/archive
44
$(package)_file_name=$($(package)_version).tar.gz
5-
$(package)_sha256_hash=9f8b055c8bba755dc32fe799b67c20b91e7b13e67cadafbc54c0f1def057a370
5+
$(package)_sha256_hash=8d05609a1d2c9698186b1e400ac72413a519f2aa826977dba03db6ee229d5ba1
66
$(package)_dependencies=native_capnp
77

88
define $(package)_config_cmds

0 commit comments

Comments
 (0)