doc: update OpenBSD build docs for 7.3 (external signer support available)

With OpenBSD 7.3, the waitid(2) system call is implemented (see
8112871f19).

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.
This commit is contained in:
Sebastian Falbesoner 2023-04-11 22:47:44 +02:00
parent 27dcc07c08
commit 6b17994ede

View file

@ -1,6 +1,6 @@
# OpenBSD Build Guide
**Updated for OpenBSD [7.1](https://www.openbsd.org/71.html)**
**Updated for OpenBSD [7.3](https://www.openbsd.org/73.html)**
This guide describes how to build bitcoind, command-line utilities, and GUI on OpenBSD.
@ -80,10 +80,6 @@ export AUTOMAKE_VERSION=1.16
### 1. Configuration
Note that external signer support is currently not available on OpenBSD, since
the used header-only library Boost.Process fails to compile (certain system
calls and preprocessor defines like `waitid()` and `WEXITED` are missing).
There are many ways to configure Bitcoin Core, here are a few common examples:
##### Descriptor Wallet and GUI: