Actions
Bug #386
closed
CV
ED
Compilation problem in MacOS X/Darwin
Bug #386:
Compilation problem in MacOS X/Darwin
Affected Versions:
Effort:
Difficulty:
Label:
Description
When compiling the git master branch on MacOS X we get the following error:
util-coredump-config.c:85:23: error: sys/prctl.h: No such file or directory
This is caused by a forgotten !defined OS_DARWIN in the util-coredump-config.c file.
The attached patch solves the issue.
Files
Actions