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
  1. theuni commented at 1:24 PM on July 22, 2014: member

    Should fix "No working boost sleep implementation found" on some platforms.

  2. 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.
    460b32d7b1
  3. gitian: remove unneeded option after last commit a7ec027311
  4. 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.

  5. laanwj commented at 4:29 PM on July 22, 2014: member

    ACK

  6. laanwj merged this on Jul 23, 2014
  7. laanwj closed this on Jul 23, 2014

  8. laanwj referenced this in commit d5a3fd10e5 on Jul 23, 2014
  9. MarcoFalke locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-04-18 15:15 UTC

This site is hosted by @0xB10C
More mirrored repositories can be found on mirror.b10c.me