diff options
author | jonatack <jon@atack.com> | 2021-07-23 20:59:54 +0530 |
---|---|---|
committer | h <harshit_goyal333@outlook.com> | 2021-07-23 21:23:37 +0530 |
commit | 198ceb82f91bfdeac6e143ca7433f4a524f6f36f (patch) | |
tree | 0c16e6c275b5147008f60560a8dc74fea0eec725 /doc | |
parent | d7b7f610a53aa62bd82f6704a9c518a93c896963 (diff) |
script, doc: guix touchups
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build-openbsd.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/build-openbsd.md b/doc/build-openbsd.md index 89fd506f13..6e54f67edc 100644 --- a/doc/build-openbsd.md +++ b/doc/build-openbsd.md @@ -68,7 +68,7 @@ export AUTOMAKE_VERSION=1.16 Make sure `BDB_PREFIX` is set to the appropriate path from the above steps. Note that building with external signer support currently fails on OpenBSD, -hence you have to explicitely disable it by passing the parameter +hence you have to explicitly disable it by passing the parameter `--disable-external-signer` to the configure script. (Background: the feature requires the header-only library boost::process, which is available on OpenBSD 6.9 via Boost 1.72.0, but contains certain system calls |