Skip to content

Commit c1564ba

Browse files
committed
Merge bitcoin#19124: doc: Document ALLOW_HOST_PACKAGES dependency option
47e2a35 doc: Document ALLOW_HOST_PACKAGES dependency option (skmcontrib) Pull request description: Provided entry in depends, README.md to ensure that ALLOW_HOST_PACKAGES dependency option is documented, bitcoin#19113 ACKs for top commit: hebasto: ACK 47e2a35. Tree-SHA512: 10d9285885be25f092881e4886c6a804cd42b5224bdf1dfa8b8369463808ddaf533a8604f14f7fe45478434a22feae98053f4731b51d976c071d69882bdac72b
2 parents 67d4643 + 47e2a35 commit c1564ba

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

depends/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ The following can be set when running make: `make FOO=bar`
105105
<dd>Don't download/build/cache SQLite</dd>
106106
<dt>NO_UPNP</dt>
107107
<dd>Don't download/build/cache packages needed for enabling upnp</dd>
108+
<dt>ALLOW_HOST_PACKAGES</dt>
109+
<dd>Packages that are missed in dependencies (due to `NO_*` option or
110+
build script logic) are searched for among the host system packages using
111+
`pkg-config`. It allows building with packages of other (newer) versions</dd>
108112
<dt>MULTIPROCESS</dt>
109113
<dd>build libmultiprocess (experimental, requires cmake)</dd>
110114
<dt>DEBUG</dt>

0 commit comments

Comments
 (0)