Page MenuHomeFreeBSD

lib: Only build libcom_err with Heimdal
ClosedPublic

Authored by cy on Jun 12 2025, 2:52 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 13, 9:46 PM
Unknown Object (File)
May 20 2026, 6:47 AM
Unknown Object (File)
May 20 2026, 12:54 AM
Unknown Object (File)
May 19 2026, 1:02 PM
Unknown Object (File)
May 18 2026, 10:39 AM
Unknown Object (File)
May 18 2026, 9:34 AM
Unknown Object (File)
May 17 2026, 3:05 PM
Unknown Object (File)
May 17 2026, 3:05 PM
Subscribers
None

Details

Summary

MIT KRB5 provides its own libcom_err.

Sponsored by: The FreeBSD Foundation

Test Plan

Running here for a month.

Diff Detail

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

Event Timeline

cy requested review of this revision.Jun 12 2025, 2:52 PM
cy created this revision.

I guess _prebuild_libs in Makefile.inc1 doesn't need to be updated--MK_KERBEROS always refers to Heimdal kerberos?

This revision is now accepted and ready to land.Jun 12 2025, 2:59 PM

I guess _prebuild_libs in Makefile.inc1 doesn't need to be updated--MK_KERBEROS always refers to Heimdal kerberos?

That's in a different revision. It didn't make sense to pick apart the Makefile.inc1 patch to separate this out. There is a separate revision for hooking MIT KRB5 into the build which includes all the Makefile.inc1 patches.

This revision was automatically updated to reflect the committed changes.