mirror of
https://github.com/mongodb/mongo.git
synced 2024-12-01 01:21:03 +01:00
SERVER-8684 added a CCPDEFINE to cause newer system versions of boost to use the thread version we do
This commit is contained in:
parent
03247a9031
commit
3145d2440b
@ -1213,6 +1213,7 @@ def doConfigure(myenv):
|
|||||||
print( "can't find boost headers" )
|
print( "can't find boost headers" )
|
||||||
Exit(1)
|
Exit(1)
|
||||||
|
|
||||||
|
conf.env.Append(CPPDEFINES=[("BOOST_THREAD_VERSION", "2")])
|
||||||
for b in boostLibs:
|
for b in boostLibs:
|
||||||
l = "boost_" + b
|
l = "boost_" + b
|
||||||
conf.FindSysLibDep(l,
|
conf.FindSysLibDep(l,
|
||||||
|
Loading…
Reference in New Issue
Block a user