We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1ee15 commit 47e2a35Copy full SHA for 47e2a35
depends/README.md
@@ -101,6 +101,10 @@ The following can be set when running make: `make FOO=bar`
101
<dd>Don't download/build/cache libs needed to enable the wallet</dd>
102
<dt>NO_UPNP</dt>
103
<dd>Don't download/build/cache packages needed for enabling upnp</dd>
104
+<dt>ALLOW_HOST_PACKAGES</dt>
105
+<dd>Packages that are missed in dependencies (due to `NO_*` option or
106
+build script logic) are searched for among the host system packages using
107
+`pkg-config`. It allows building with packages of other (newer) versions</dd>
108
<dt>MULTIPROCESS</dt>
109
<dd>build libmultiprocess (experimental, requires cmake)</dd>
110
<dt>DEBUG</dt>
0 commit comments