This var is used in sock.cpp (syserror.cpp after D16209) to pick the correct flavor of strerror_r but is never defined.
Define it.
This solution is based on https://github.com/hebasto/bitcoin/pull/6
Differential D16212
[cmake] define STRERROR_R_CHAR_P PiRK on May 23 2024, 14:53. Authored by Tags None Subscribers None
Details
This var is used in sock.cpp (syserror.cpp after D16209) to pick the correct flavor of strerror_r but is never defined. This solution is based on https://github.com/hebasto/bitcoin/pull/6 cmake .. -GNinja ninja Check the var is set in build/CMakeCache.txt and build/src/config/bitcoin-config.h
Diff Detail
|