diff options
author | fanquake <fanquake@gmail.com> | 2022-05-23 08:37:53 +0200 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2022-05-23 08:38:23 +0200 |
commit | 6d20f4b920909e56946b3c15c9a7ec8602159886 (patch) | |
tree | 956b9bda2fd73ac7fd25115556e337de6a492f08 /test | |
parent | b0e16eb3ac93a8f92e4a9eb7574e539cb5da2335 (diff) | |
parent | 9ecb0a355099c0126c9c8193c7597c73f73428ad (diff) |
Merge bitcoin/bitcoin#25178: doc: remove passing `--disable-external-signer` in OpenBSD build guide
9ecb0a355099c0126c9c8193c7597c73f73428ad doc: remove passing `--disable-external-signer` in OpenBSD build guide (Sebastian Falbesoner)
Pull request description:
Since we have a Boost.Process usage check in the build system (#24254, commit abc057c6030b2a0ddab46835a7801054da677781), passing the option `--disable-external-signer` explicitly is not needed anymore on OpenBSD; the configure script will automatically detect that including `<boost/process.hpp>` leads to a compile error and disable external signer support accordingly:
```
$ ./configure MAKE=gmake
...
checking whether Boost.Process can be used... no
...
Options used to compile and link:
external signer = no
...
$ ./configure --enable-external-signer MAKE=gmake
...
checking whether Boost.Process can be used... no
configure: error: External signing is not supported for this Boost version
```
The PR basically reverts #22335 but keeps the part mentioning that external signer support is not available on OpenBSD. Also bumps the guide to version 7.1 (released [about a month ago](https://www.openbsd.org/71.html)), where I could verify that the instructions are still accurate.
ACKs for top commit:
fanquake:
ACK 9ecb0a355099c0126c9c8193c7597c73f73428ad
Tree-SHA512: a5f7e89a5a78f062a06e0047802c42ad49d89e0f0afb963886caa684966ea2e9c8a660320eedd98a5aa5eee0a9c2bb8bf7f5772338c4b49738a69c00e9367a15
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions