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, Mar 7, 7:38 PM
Unknown Object (File)
Feb 8 2026, 11:02 AM
Unknown Object (File)
Feb 8 2026, 1:21 AM
Unknown Object (File)
Jan 31 2026, 9:10 AM
Unknown Object (File)
Jan 23 2026, 11:45 AM
Unknown Object (File)
Jan 22 2026, 12:45 AM
Unknown Object (File)
Jan 21 2026, 11:15 PM
Unknown Object (File)
Dec 12 2025, 2:56 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 59662
Build 56549: arc lint + arc unit

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