Skip to content

Commit 7f4ab67

Browse files
committed
Merge bitcoin#27449: doc: update OpenBSD build docs for 7.3 (external signer support available)
6b17994 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 6b17994 - haven't tested, but looks good to me. Tree-SHA512: 5bbcecce4ced38d8221f2c906a54667e50317e9ded182554cf73bb7f2fce55a38e53730eca25f813cff1d2d65c94141eb158d40f83228d12dcf859c16a1798b9
2 parents cae0608 + 6b17994 commit 7f4ab67

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 bitcoind, command-line utilities, and GUI on OpenBSD.
66

@@ -80,10 +80,6 @@ export AUTOMAKE_VERSION=1.16
8080

8181
### 1. Configuration
8282

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

8985
##### Descriptor Wallet and GUI:

0 commit comments

Comments
 (0)