Changes to upgrade bdb to 6.2.23

ref #1255
This commit is contained in:
Daira Hopwood
2016-10-25 16:05:49 +01:00
parent 86b671eae0
commit 9cb7abafb5
5 changed files with 692 additions and 66 deletions

View File

@@ -270,9 +270,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
@@ -522,7 +522,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)