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)
Sun, Oct 12, 8:23 AM
Unknown Object (File)
Sun, Oct 12, 8:23 AM
Unknown Object (File)
Sun, Oct 12, 8:23 AM
Unknown Object (File)
Sat, Oct 11, 9:43 PM
Unknown Object (File)
Thu, Sep 18, 11:57 AM
Unknown Object (File)
Sep 9 2025, 2:18 PM
Unknown Object (File)
Sep 7 2025, 7:00 AM
Unknown Object (File)
Sep 7 2025, 6:24 AM
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.