[krbdev.mit.edu #8791] git commit
Greg Hudson via RT <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
Add option to build without libkeyutils Add a --without-keyutils option to disable the keyring ccache, for scenarios where minimizing libkrb5 dependencies is important. [[email protected]: moved processing to configure.ac; added error if explicit --without-keyutils is given and libkeyutils is not found; nested persistent keyring check for clarity; moved new documentation to appropriate place and don't mention persistent keyrings; rephrased commit message] https://github.com/krb5/krb5/commit/b43ebf0f0adebab7df02ada88bf639ddd67e23e0 Author: Robert Marshall <[email protected]> Committer: Greg Hudson <[email protected]> Commit: b43ebf0f0adebab7df02ada88bf639ddd67e23e0 Branch: master doc/build/options2configure.rst | 4 ++++ src/aclocal.m4 | 22 ---------------------- src/configure.ac | 21 +++++++++++++++++++++ 3 files changed, 25 insertions(+), 22 deletions(-)