On BSDs and macOS, the daemon() function is located in stdlib.h.
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING56a37f9d7cb5: [CMAKE] Fix daemon() detection on OSX
rABC56a37f9d7cb5: [CMAKE] Fix daemon() detection on OSX
On OSX:
cmake -GNinja ..
Check daemon is found.
ninja ./src/bitcoind -daemon
Check the argument is supported and works as expected.
Run the OSX Gitian build and test the -daemon option is supported on
the produced bitcoind binary.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable