aboutsummaryrefslogtreecommitdiff
path: root/src/makefile.mingw
diff options
context:
space:
mode:
authorJeff Garzik <[email protected]>2012-05-21 22:25:54 -0400
committerJeff Garzik <[email protected]>2012-05-21 22:25:54 -0400
commit7b671f52e05b6845b934cef2eb0107f30a7677c7 (patch)
tree748d7ee5044ac15c48f8967064ae52387be9af16 /src/makefile.mingw
parentMerge pull request #917 from mndrix/reopen-log-file (diff)
downloaddiscoin-7b671f52e05b6845b934cef2eb0107f30a7677c7.tar.xz
discoin-7b671f52e05b6845b934cef2eb0107f30a7677c7.zip
Define BOOST_SPIRIT_THREADSAFE in all makefiles
rather than at each include site. Fixes #1371
Diffstat (limited to 'src/makefile.mingw')
-rw-r--r--src/makefile.mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.mingw b/src/makefile.mingw
index 47bf8d530..577c77b7d 100644
--- a/src/makefile.mingw
+++ b/src/makefile.mingw
@@ -23,7 +23,7 @@ LIBS= \
-l ssl \
-l crypto
-DEFS=-DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DUSE_IPV6
+DEFS=-DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6
DEBUGFLAGS=-g
CFLAGS=-mthreads -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter $(DEBUGFLAGS) $(DEFS) $(INCLUDEPATHS)