File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -284,7 +284,7 @@ task:
284284task :
285285 name : ' macOS 11 native [gui] [no depends]'
286286 brew_install_script :
287- - brew install boost libevent berkeley-db4 qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
287+ - brew install boost libevent berkeley-db@4 qt@5 miniupnpc libnatpmp ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
288288 << : *GLOBAL_TASK_TEMPLATE
289289 osx_instance :
290290 # Use latest image, but hardcode version to avoid silent upgrades (and breaks)
Original file line number Diff line number Diff line change @@ -683,8 +683,8 @@ case $host in
683683 dnl It's safe to add these paths even if the functionality is disabled by
684684 dnl the user (--without-wallet or --without-gui for example).
685685
686- if test "x$use_bdb" != xno && $BREW list --versions berkeley-db4 >/dev/null && test "x$BDB_CFLAGS" = "x" && test "x$BDB_LIBS" = "x"; then
687- bdb_prefix=$($BREW --prefix berkeley-db4 2>/dev/null)
686+ if test "x$use_bdb" != xno && $BREW list --versions berkeley-db@4 >/dev/null && test "x$BDB_CFLAGS" = "x" && test "x$BDB_LIBS" = "x"; then
687+ bdb_prefix=$($BREW --prefix berkeley-db@4 2>/dev/null)
688688 dnl This must precede the call to BITCOIN_FIND_BDB48 below.
689689 BDB_CFLAGS="-I$bdb_prefix/include"
690690 BDB_LIBS="-L$bdb_prefix/lib -ldb_cxx-4.8"
You can’t perform that action at this time.
0 commit comments