Page MenuHomeFreeBSD

tools/build/Makefile: Always add md4.h to SYSINCS
ClosedPublic

Authored by ivy on Thu, Apr 9, 8:18 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 9, 2:01 PM
Unknown Object (File)
Thu, Apr 9, 9:23 AM
Subscribers

Details

Summary

Since libmd was added to the bootstrap, building main on stable/14
fails because of an incompatibility in its old md4.h. Fix this by
always including md4.h in the bootstrap headers, instead of only
doing so when building on a non-FreeBSD host.

Fixes: 50de0bf50512 ("flua: Always build as a bootstrap tool")
Reported by: olce
Sponsored by: https://www.patreon.com/bsdivy

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable