Changes to upgrade bdb to 6.2.23

This commit is contained in:
Daira Hopwood
2016-10-25 16:05:49 +01:00
committed by janko33bd
parent 871ff0f19d
commit 53b6b17b39
4 changed files with 23 additions and 160 deletions

View File

@@ -282,9 +282,9 @@ case $host in
dnl add default macports paths
CPPFLAGS="$CPPFLAGS -isystem /opt/local/include"
LIBS="$LIBS -L/opt/local/lib"
if test -d /opt/local/include/db53; then
CPPFLAGS="$CPPFLAGS -I/opt/local/include/db53"
LIBS="$LIBS -L/opt/local/lib/db53"
if test -d /opt/local/include/db62; then
CPPFLAGS="$CPPFLAGS -I/opt/local/include/db62"
LIBS="$LIBS -L/opt/local/lib/db62"
fi
fi
@@ -533,7 +533,7 @@ AC_SUBST(LIBMEMENV)
if test x$enable_wallet != xno; then
dnl Check for libdb_cxx only if wallet enabled
BITCOIN_FIND_BDB53
BITCOIN_FIND_BDB62
fi
dnl Check for libminiupnpc (optional)