Partial backport of core PR17270:
https://github.com/bitcoin/bitcoin/pull/17270/commits/a81c494b4c9a8c2f1a319a03375826f12863706f
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rABCd977136bf433: Use sysctl for seeding on MacOS/BSD
ninja all check-all
Build for OSX (native and cross build), check the binary runs.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- PR17270_part6
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 10945 Build 20052: Default Diff Build & Tests Build 20051: Build without Wallet Build 20050: Build with clang-10 Build 20049: arc lint + arc unit
Event Timeline
Comment Actions
[Bot Message]
One or more PR numbers were detected in the summary.
Links to those PRs have been inserted into the summary for reference.
src/config/bitcoin-config.h.cmake.in | ||
---|---|---|
61 | Isn't that guy dependent on HAVE_SYSCTL ? Something weird is going on. |
src/config/bitcoin-config.h.cmake.in | ||
---|---|---|
61 | Yes , this one cannot be true if the other is not. The first detects the header while the later detects a symbol in it. |