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
- Branch
- cmake_daemon_osx
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 9033 Build 16028: Default Diff Build & Tests Build 16027: arc lint + arc unit