Alexey Vesnin 323a5fe06a Berkeley DB v6 compatibility fix
Fixes building error looking like this:
CXX wallet/libbitcoin_wallet_a-db.o
wallet/db.cpp: In member function ‘void CDBEnv::EnvShutdown()’:
wallet/db.cpp:46:16: error: call of overloaded ‘DbEnv(int)’ is ambiguous
DbEnv(0).remove(strPath.c_str(), 0);
^
wallet/db.cpp:46:16: note: candidates are:
In file included from wallet/db.h:21:0,
from wallet/db.cpp:6:
/usr/include/db_cxx.h:916:2: note: DbEnv::DbEnv(const DbEnv&)
DbEnv(const DbEnv &);
^
/usr/include/db_cxx.h:518:2: note: DbEnv::DbEnv(DB_ENV)
DbEnv(DB_ENV *dbenv);
^
/usr/include/db_cxx.h:516:2: note: DbEnv::DbEnv(u_int32_t)
DbEnv(u_int32_t flags);
^
Makefile:5780: recipe for target 'wallet/libbitcoin_wallet_a-db.o' failed
make[2]: ** [wallet/libbitcoin_wallet_a-db.o] Error 1
2016-08-30 09:00:55 +03:00
..
2015-12-13 18:08:39 +01:00
2015-11-04 23:46:47 +01:00
2016-08-26 11:20:36 +02:00
2015-12-13 18:08:39 +01:00
2016-08-30 09:00:55 +03:00
2015-12-13 18:08:39 +01:00
2016-04-14 20:56:33 +02:00
2016-08-25 14:59:38 +02:00
2016-08-14 07:57:11 -06:00
2015-12-13 18:08:39 +01:00
2015-12-13 18:08:39 +01:00
2015-12-13 18:08:39 +01:00
2016-07-18 12:22:18 +02:00
2016-08-05 21:17:50 +02:00
2016-07-31 20:55:09 +02:00
2015-12-13 18:08:39 +01:00
2016-08-14 07:57:11 -06:00
2016-08-12 14:22:49 -04:00
2016-03-23 10:40:38 -04:00
2016-07-18 13:28:26 -04:00
2016-01-05 21:01:39 +01:00
2016-08-25 09:22:46 +07:00
2016-04-14 20:56:33 +02:00
2016-01-05 21:01:39 +01:00
2016-06-27 18:17:27 +02:00
2015-11-12 17:58:15 +01:00
2016-07-06 07:44:51 +02:00
2016-08-25 14:59:38 +02:00
2016-01-05 21:01:39 +01:00
2015-12-13 18:08:39 +01:00
2015-12-13 18:08:39 +01:00