Page MenuHomeFreeBSD

krb5: Build pkgconfig files with libraries
ClosedPublic

Authored by ivy on Aug 17 2025, 9:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 22, 2:22 PM
Unknown Object (File)
Mon, Apr 20, 6:40 PM
Unknown Object (File)
Mon, Apr 20, 12:53 AM
Unknown Object (File)
Sat, Apr 18, 9:41 PM
Unknown Object (File)
Sat, Apr 18, 3:34 AM
Unknown Object (File)
Mon, Apr 13, 8:54 PM
Unknown Object (File)
Mon, Apr 13, 3:21 AM
Unknown Object (File)
Fri, Apr 10, 11:59 PM
Subscribers

Details

Summary

For various reasons, trying to build 32-bit compatibility PCFILES
outside of a directory which is not a library doesn't work. Add a
new krb5/Makefile.pc with the build rule for .pc.in.pc, and use
this to build each pc file along with the library it's associated
with.

This means we automatically get 32-bit pcfiles in /usr/lib32, and
is arguably more correct anyway since if we don't build a library
for some reason, we also won't build its pcfiles.

Diff Detail

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