Skip to content

Commit f8d5c00

Browse files
committed
fix: add $(PTHREAD_FLAGS) to dash_util_LDFLAGS
1 parent 0455eb8 commit f8d5c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ endif
11301130
dash_util_SOURCES = bitcoin-util.cpp
11311131
dash_util_CPPFLAGS = $(AM_CPPFLAGS) $(BITCOIN_INCLUDES)
11321132
dash_util_CXXFLAGS = $(AM_CXXFLAGS) $(PIE_FLAGS)
1133-
dash_util_LDFLAGS = $(LDFLAGS_WRAP_EXCEPTIONS) $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS)
1133+
dash_util_LDFLAGS = $(LDFLAGS_WRAP_EXCEPTIONS) $(RELDFLAGS) $(AM_LDFLAGS) $(LIBTOOL_APP_LDFLAGS) $(PTHREAD_FLAGS)
11341134

11351135
if TARGET_WINDOWS
11361136
dash_util_SOURCES += bitcoin-util-res.rc

0 commit comments

Comments
 (0)