Actions
Bug #13311
closedBroken agent build on linux platforms
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
)(.text+0xce3): In function `cf_pwait': /usr/src/rudder-packages/package/SOURCES/cfengine-source/libpromises/pipes_unix.c:788: undefined reference to `WIFCONTINUED'
WIFCONTINUED
was added in 2.6.10 (http://man7.org/linux/man-pages/man2/waitpid.2.html), and it is only used for more precise logging. We should guard it with a proper macro.
Actions