doc: remove passing `--disable-external-signer` in OpenBSD build guide #25178

pull theStack wants to merge 1 commits into bitcoin:master from theStack:202205-doc-update_openbsd_build_docs_71 changing 1 files +6 −9
  1. theStack commented at 1:55 PM on May 20, 2022: member

    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), where I could verify that the instructions are still accurate.

  2. doc: remove passing `--disable-external-signer` in OpenBSD build guide
    Since the Boost.Process usage check was added to the build system
    (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.
    9ecb0a3550
  3. fanquake added the label Docs on May 20, 2022
  4. fanquake approved
  5. fanquake commented at 6:38 AM on May 23, 2022: member

    ACK 9ecb0a355099c0126c9c8193c7597c73f73428ad

  6. fanquake merged this on May 23, 2022
  7. fanquake closed this on May 23, 2022

  8. theStack deleted the branch on May 23, 2022
  9. sidhujag referenced this in commit 4f9f3e92f7 on May 28, 2022
  10. DrahtBot locked this on May 23, 2023

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-14 21:13 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me