Skip to content

Commit e8888d7

Browse files
fanquakeknst
authored andcommitted
Merge bitcoin/bitcoin#27449: doc: update OpenBSD build docs for 7.3 (external signer support available)
6b17994ede6fe1961667d2e96127291b2a8b4f9d doc: update OpenBSD build docs for 7.3 (external signer support available) (Sebastian Falbesoner) Pull request description: With OpenBSD 7.3, the waitid(2) system call is implemented (see openbsd/src@8112871, first mentioned kernel improvement at https://www.openbsd.org/73.html). This means Boost.Process finally doesn't fail to compile anymore and we can remove the build hint about missing external signer support. Tested on my amd64 machine by reconfiguring / rebuilding master branch and successfully running the functional test wallet_signer.py. ✔️ ACKs for top commit: fanquake: ACK 6b17994ede6fe1961667d2e96127291b2a8b4f9d - haven't tested, but looks good to me. Tree-SHA512: 5bbcecce4ced38d8221f2c906a54667e50317e9ded182554cf73bb7f2fce55a38e53730eca25f813cff1d2d65c94141eb158d40f83228d12dcf859c16a1798b9
1 parent bf70ffb commit e8888d7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

doc/build-openbsd.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OpenBSD Build Guide
22

3-
**Updated for OpenBSD [7.1](https://www.openbsd.org/71.html)**
3+
**Updated for OpenBSD [7.3](https://www.openbsd.org/73.html)**
44

55
This guide describes how to build dashd, command-line utilities, and GUI on OpenBSD.
66

@@ -82,10 +82,6 @@ export AUTOMAKE_VERSION=1.16
8282

8383
### 1. Configuration
8484

85-
Note that external signer support is currently not available on OpenBSD, since
86-
the used header-only library Boost.Process fails to compile (certain system
87-
calls and preprocessor defines like `waitid()` and `WEXITED` are missing).
88-
8985
There are many ways to configure Dash Core, here are a few common examples:
9086

9187
##### Descriptor Wallet and GUI:

0 commit comments

Comments
 (0)