Disbale boost::interprocess condition variables on Linux to fix issue #3911
This commit is contained in:
parent
3de8613843
commit
2f02384d22
@ -12,7 +12,8 @@
|
||||
#include <boost/interprocess/sync/scoped_lock.hpp>
|
||||
|
||||
#if defined(__linux__)
|
||||
#define USE_BOOST_INTERPROCESS_CONDITION 1
|
||||
// See issue #3911, boost interprocess is broken with a glibc > 2.25
|
||||
// #define USE_BOOST_INTERPROCESS_CONDITION 1
|
||||
#endif
|
||||
|
||||
namespace osrm
|
||||
|
Loading…
Reference in New Issue
Block a user