diff options
| author | Jeff Garzik <[email protected]> | 2012-05-21 22:25:54 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2012-05-21 22:25:54 -0400 |
| commit | 7b671f52e05b6845b934cef2eb0107f30a7677c7 (patch) | |
| tree | 748d7ee5044ac15c48f8967064ae52387be9af16 /src/makefile.osx | |
| parent | Merge pull request #917 from mndrix/reopen-log-file (diff) | |
| download | discoin-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.osx')
| -rw-r--r-- | src/makefile.osx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefile.osx b/src/makefile.osx index 227756f27..972873312 100644 --- a/src/makefile.osx +++ b/src/makefile.osx @@ -53,7 +53,7 @@ LIBS += \ TESTDEFS += -DBOOST_TEST_DYN_LINK endif -DEFS=-DMAC_OSX -DMSG_NOSIGNAL=0 -DUSE_IPV6 +DEFS=-DMAC_OSX -DMSG_NOSIGNAL=0 -DBOOST_SPIRIT_THREADSAFE -DUSE_IPV6 ifdef RELEASE # Compile for maximum compatibility and smallest size. |