Define BOOST_SPIRIT_THREADSAFE in all makefiles

rather than at each include site.

Fixes #1371
This commit is contained in:
Jeff Garzik
2012-05-21 22:25:54 -04:00
committed by Jeff Garzik
parent 63407fd6e2
commit 7b671f52e0
6 changed files with 5 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
USE_UPNP:=0
DEFS=-DUSE_IPV6
DEFS=-DUSE_IPV6 -DBOOST_SPIRIT_THREADSAFE
DEFS += $(addprefix -I,$(CURDIR) $(CURDIR)/obj $(BOOST_INCLUDE_PATH) $(BDB_INCLUDE_PATH) $(OPENSSL_INCLUDE_PATH))
LIBS = $(addprefix -L,$(BOOST_LIB_PATH) $(BDB_LIB_PATH) $(OPENSSL_LIB_PATH))