aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2023-04-12 15:49:47 +0100
committerfanquake <fanquake@gmail.com>2023-04-12 15:50:09 +0100
commit7f4ab67e7be615b2425a85fb65872fc2327f58c3 (patch)
tree62f0c0b8aa6ca7db250c35c8ebc36ea4ce43c51b
parentcae0608ad4b195652e0cfcc905e19b50197d43ab (diff)
parent6b17994ede6fe1961667d2e96127291b2a8b4f9d (diff)
downloadbitcoin-7f4ab67e7be615b2425a85fb65872fc2327f58c3.tar.xz
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 https://github.com/openbsd/src/commit/8112871f19bbd25e86c93d0f901071ca2335a352, 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. :heavy_check_mark: ACKs for top commit: fanquake: ACK 6b17994ede6fe1961667d2e96127291b2a8b4f9d - haven't tested, but looks good to me. Tree-SHA512: 5bbcecce4ced38d8221f2c906a54667e50317e9ded182554cf73bb7f2fce55a38e53730eca25f813cff1d2d65c94141eb158d40f83228d12dcf859c16a1798b9
-rw-r--r--doc/build-openbsd.md6
1 files changed, 1 insertions, 5 deletions
diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md
index 255995a517..96ee714341 100644
--- a/doc/build-openbsd.md
+++ b/doc/build-openbsd.md
@@ -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: