diff options
author | fanquake <fanquake@gmail.com> | 2021-02-02 10:57:06 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-02-02 12:38:22 +0800 |
commit | 06e1d7d81d5a56d136c6fc88f09a2b0654a164f9 (patch) | |
tree | 4d6efe9dc06eeac5cd45778576c359d7649ab240 /src | |
parent | 7097add83c8596f81be9edd66971ffd2486357eb (diff) |
build: don't build or use Boost Thread
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2616eb8638..da033aee8a 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -683,7 +683,7 @@ endif bitcoin_util_SOURCES = bitcoin-util.cpp bitcoin_util_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES) bitcoin_util_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS) -bitcoin_util_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) +bitcoin_util_LDFLAGS = $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) $(PTHREAD_FLAGS) if TARGET_WINDOWS bitcoin_util_SOURCES += bitcoin-util-res.rc |