Allow macOS to search for libkrb5, but disallow system version of library

This commit is contained in:
Tim Wojtulewicz 2025-05-07 17:45:57 -07:00
parent 8f60d37ad0
commit 051c191f63
5 changed files with 13 additions and 9 deletions

4
NEWS
View file

@ -38,6 +38,10 @@ Changed Functionality
published vectors with holes. A reporter error is produced at runtime when
serialization of vectors with holes is attempted.
- Using libkrb5 for Kerberos support is now allowed on macOS. Due to very old age and
brokenness, the system version of the library is unsupported and will fail to
configure. Use the version from Homebrew or another newer installation.
Removed Functionality
---------------------