aboutsummaryrefslogtreecommitdiff
path: root/test/functional/wallet_multiwallet.py
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2020-12-01 11:28:16 +0100
committerJonas Schnelli <dev@jonasschnelli.ch>2020-12-01 11:28:27 +0100
commit277c225b842168c132e4ca1efe360f811dade5d3 (patch)
treec5a0b7c3f11540eeac8c33973365302a3726e311 /test/functional/wallet_multiwallet.py
parentdcb7518067cd3e05dbdad1390057962b2dfc883a (diff)
parent982e548a9a78b1b0abad59b54c780b6b06570452 (diff)
downloadbitcoin-277c225b842168c132e4ca1efe360f811dade5d3.tar.xz
Merge #20478: Don't set BDB flags when configuring without
982e548a9a78b1b0abad59b54c780b6b06570452 Don't set BDB flags when configuring without (Jonas Schnelli) Pull request description: Configuring `--without-bdb` on MacOS leads to a compile error (when BerkeleyDB is not installed). `brew --prefix berkeley-db4` always reports the target directory (even if not installed). This PR prevents BDB_CFLAGS (et al) from being populated when configuring `--without-bdb` ``` ld: warning: directory not found for option '-L/Users/user/Documents/homebrew/Cellar/berkeley-db@4/4.8.30/lib' ld: warning: directory not found for option '-L/Users/user/Documents/homebrew/Cellar/berkeley-db@4/4.8.30/lib' ld: library not found for -ldb_cxx-4.8 ld: library not found for -ldb_cxx-4.8 ``` ACKs for top commit: promag: Tested ACK 982e548a9a78b1b0abad59b54c780b6b06570452. hebasto: ACK 982e548a9a78b1b0abad59b54c780b6b06570452, tested on macOS 11 Big Sur. Tree-SHA512: f8ca0adca0e18e2de4c0f99d5332cba70d957a9d31a357483b43dcf61c2ed4749d223eabadd45fdbf3ef0781c6b37217770e9aa935b5207eaf7f87c5bdfe9e95
Diffstat (limited to 'test/functional/wallet_multiwallet.py')
0 files changed, 0 insertions, 0 deletions