Page MenuHomeFreeBSD

cross-build: fix missing <sys/md4.h> the proper way
ClosedPublic

Authored by kevans on Sep 30 2024, 9:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Nov 16, 12:50 PM
Unknown Object (File)
Fri, Nov 8, 10:32 PM
Unknown Object (File)
Fri, Nov 8, 10:32 PM
Unknown Object (File)
Fri, Nov 8, 10:24 PM
Unknown Object (File)
Fri, Nov 8, 1:00 PM
Unknown Object (File)
Wed, Nov 6, 12:36 AM
Unknown Object (File)
Sat, Nov 2, 7:06 AM
Unknown Object (File)
Tue, Oct 22, 12:59 AM
Subscribers
None

Details

Summary

Add it to tools/build/Makefile with a short note of where it's needed,
rather than hamfistedly copying it into the tools/build hierarchy.

Pointed out by: jrtc27

Diff Detail

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

Event Timeline

kevans created this revision.

Could be guarded by !FreeBSD (AFAICT this isn’t?) but I don’t see a problem with doing it there too.

This revision is now accepted and ready to land.Oct 1 2024, 1:29 PM