Skip to content

Commit

Permalink
Merge bitcoin/bitcoin#24385: build: remove boost dep from libmultipro…
Browse files Browse the repository at this point in the history
…cess

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

Pull request description:

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

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

Tree-SHA512: 7988efd4aaf6ad512d60cfd33f350df56090daf88aac3aed2a1d400e80bc723dc27d27f5fa5d75359f9fae60d04b87d4b120d4e79e3079df8631956ab6c3b83c
  • Loading branch information
MarcoFalke committed Feb 19, 2022
2 parents a6c3da1 + 07dcf1a commit 28aa0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion depends/packages/libmultiprocess.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 28aa0e3

Please sign in to comment.