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
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
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 ↗ | (On Diff #20466) | Isn't that guy dependent on HAVE_SYSCTL ? Something weird is going on. |
src/config/bitcoin-config.h.cmake.in | ||
---|---|---|
61 ↗ | (On Diff #20466) | Yes , this one cannot be true if the other is not. The first detects the header while the later detects a symbol in it. |