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:
284
284
task :
285
285
name : ' macOS 11 native [gui] [no depends]'
286
286
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
288
288
<< : *GLOBAL_TASK_TEMPLATE
289
289
osx_instance :
290
290
# 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
683
683
dnl It's safe to add these paths even if the functionality is disabled by
684
684
dnl the user (--without-wallet or --without-gui for example).
685
685
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)
688
688
dnl This must precede the call to BITCOIN_FIND_BDB48 below.
689
689
BDB_CFLAGS="-I$bdb_prefix/include"
690
690
BDB_LIBS="-L$bdb_prefix/lib -ldb_cxx-4.8"
You can’t perform that action at this time.
0 commit comments