Should fix "No working boost sleep implementation found" on some platforms.
Fix boost chrono configure #4571
pull theuni wants to merge 2 commits into bitcoin:master from theuni:fix-boost-chrono-configure changing 2 files +5 −6-
theuni commented at 1:24 PM on July 22, 2014: member
-
460b32d7b1
build: fix broken boost chrono check on some platforms
If clock_gettime is implemented outside of libc (librt in this case), configure would fail when testing boost. Since clock_gettime is not present on all OSs, boost only uses it when it can. Check for it in librt and add it to LIBS if found, but don't fail if it's not (since boost won't be expecting it in this case). Also, reverse the link order as necessary for static libs. Note that it's possible that there are other similar cases for boost, which may be handled the same way.
-
gitian: remove unneeded option after last commit a7ec027311
-
BitcoinPullTester commented at 2:00 PM on July 22, 2014: none
Automatic sanity-testing: PASSED, see http://jenkins.bluematt.me/pull-tester/p4571_a7ec027311ae4b14d3ea4225a875caa5a83151bb/ for binaries and test log. This test script verifies pulls every time they are updated. It, however, dies sometimes and fails to test properly. If you are waiting on a test, please check timestamps to verify that the test.log is moving at http://jenkins.bluematt.me/pull-tester/current/ Contact BlueMatt on freenode if something looks broken.
-
laanwj commented at 4:29 PM on July 22, 2014: member
ACK
- laanwj merged this on Jul 23, 2014
- laanwj closed this on Jul 23, 2014
- laanwj referenced this in commit d5a3fd10e5 on Jul 23, 2014
- MarcoFalke locked this on Sep 8, 2021
Contributors