try to fix nScriptCheckThreads.

This commit is contained in:
Christopher Jeffrey 2014-08-29 14:12:19 -07:00
parent c5d9a2a672
commit 50e04c215e
2 changed files with 5 additions and 2 deletions

View File

@ -29,6 +29,8 @@
'-lboost_filesystem',
'-lboost_program_options',
'-lboost_thread',
'-lboost_chrono',
#'-lpthread',
# leveldb:
'-L<!(echo "$HOME")/bitcoin/src/leveldb/libleveldb.a',
# bitcoind:

View File

@ -75,7 +75,7 @@
extern void (ThreadImport)(std::vector<boost::filesystem::path>);
extern void (DetectShutdownThread)(boost::thread_group*);
extern void (StartNode)(boost::thread_group&);
extern int nScriptCheckThreads;
//extern int nScriptCheckThreads;
// extern const int DEFAULT_SCRIPTCHECK_THREADS; // static!!
#ifdef ENABLE_WALLET
extern std::string strWalletFile;
@ -174,7 +174,6 @@ async_work(uv_work_t *req) {
// Binary file /usr/lib/libboost_thread.so.1.55.0 matches
// Binary file /usr/lib/libboost_log_setup.so.1.55.0 matches
// Binary file /usr/lib/libboost_thread.a matches
// '-L/usr/lib/libboost_log_setup.a ',
// '-L/usr/lib/libboost_thread.so.1.55.0 ',
// '-L/usr/lib/libboost_log_setup.so.1.55.0 ',
@ -233,6 +232,8 @@ async_after(uv_work_t *req) {
* the logging and argument parsing.
*/
const int nScriptCheckThreads = 0;
static int
start_node(void) {
boost::thread_group threadGroup;