0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

Merge bitcoin/bitcoin#24385: build: remove boost dep from libmultiprocess

07dcf1a76e build: remove boost dep from libmultiprocess (fanquake)

Pull request description:

  Looks like this hasn't been needed since https://github.com/chaincodelabs/libmultiprocess/pull/25 and was just missed in #19160.

ACKs for top commit:
  ryanofsky:
    Code review ACK 07dcf1a76e. Should probably wait for GUIX build results, but I think this should be fine
  hebasto:
    ACK 07dcf1a76e

Tree-SHA512: 7988efd4aaf6ad512d60cfd33f350df56090daf88aac3aed2a1d400e80bc723dc27d27f5fa5d75359f9fae60d04b87d4b120d4e79e3079df8631956ab6c3b83c
This commit is contained in:
MarcoFalke 2022-02-19 11:22:06 +01:00
commit 28aa0e3ca0
No known key found for this signature in database
GPG key ID: CE2B75697E69A548

View file

@ -3,7 +3,7 @@ $(package)_version=$(native_$(package)_version)
$(package)_download_path=$(native_$(package)_download_path)
$(package)_file_name=$(native_$(package)_file_name)
$(package)_sha256_hash=$(native_$(package)_sha256_hash)
$(package)_dependencies=native_$(package) boost capnp
$(package)_dependencies=native_$(package) capnp
define $(package)_config_cmds
$($(package)_cmake)