File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ task:
164164task :
165165 name : ' macOS 11 native [gui] [no depends]'
166166 brew_install_script :
167- - brew install boost libevent berkeley-db4 qt@5 miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
167+ - brew install boost libevent berkeley-db@4 qt@5 miniupnpc ccache zeromq qrencode sqlite libtool automake pkg-config gnu-getopt
168168 << : *GLOBAL_TASK_TEMPLATE
169169 macos_instance :
170170 # Use latest image, but hardcode version to avoid silent upgrades (and breaks)
Original file line number Diff line number Diff line change @@ -746,8 +746,8 @@ case $host in
746746 dnl It's safe to add these paths even if the functionality is disabled by
747747 dnl the user (--without-wallet or --without-gui for example).
748748
749- if test "x$use_bdb" != xno && $BREW list --versions berkeley-db4 >/dev/null && test "x$BDB_CFLAGS" = "x" && test "x$BDB_LIBS" = "x"; then
750- bdb_prefix=$($BREW --prefix berkeley-db4 2>/dev/null)
749+ 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
750+ bdb_prefix=$($BREW --prefix berkeley-db@4 2>/dev/null)
751751 dnl This must precede the call to BITCOIN_FIND_BDB48 below.
752752 BDB_CFLAGS="-I$bdb_prefix/include"
753753 BDB_LIBS="-L$bdb_prefix/lib -ldb_cxx-4.8"
@@ -757,8 +757,8 @@ case $host in
757757 export PKG_CONFIG_PATH="$($BREW --prefix sqlite3 2>/dev/null)/lib/pkgconfig:$PKG_CONFIG_PATH"
758758 fi
759759
760- if $BREW list --versions qt5 >/dev/null; then
761- export PKG_CONFIG_PATH="$($BREW --prefix qt5 2>/dev/null)/lib/pkgconfig:$PKG_CONFIG_PATH"
760+ if $BREW list --versions qt@5 >/dev/null; then
761+ export PKG_CONFIG_PATH="$($BREW --prefix qt@5 2>/dev/null)/lib/pkgconfig:$PKG_CONFIG_PATH"
762762 fi
763763
764764 gmp_prefix=$($BREW --prefix gmp 2>/dev/null)
You can’t perform that action at this time.
0 commit comments