boost: context needs thread without C++11 mutex
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 18 Aug 2018 19:47:25 +0000 (21:47 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 18 Aug 2018 20:32:14 +0000 (22:32 +0200)
commitb20c5ca3b8c5b180a6ee87556d0c87d474e86cde
tree2ba6d1a88acf32cf6c4d448ae7f29ef603a04862
parentdbe8483b20ad3c42607878cfd8adfa723bc73bc4
boost: context needs thread without C++11 mutex

Extract from output/build/boost-1.67.0/libs/context/build/Jamfile.v2:

explicit cxx11_hdr_mutex_check ;
local cxx11_mutex = [ check-target-builds
      cxx11_hdr_mutex_check "C++11 mutex"
    :
    : <library>/boost/thread//boost_thread
  ] ;

So select boost_thread if gcc <= 4.7

Fixes:
 - http://autobuild.buildroot.net/results/fb046c04fe18bec973d120e4ab33971f32ba5769

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/boost/Config.in