]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add option to build without libkeyutils 905/head
authorRobert Marshall <rmarshall@gitlab.com>
Wed, 13 Mar 2019 03:20:06 +0000 (23:20 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 22 Mar 2019 16:00:53 +0000 (12:00 -0400)
commitb43ebf0f0adebab7df02ada88bf639ddd67e23e0
tree738df34cb82ce8dda2a701e989623fb6da122d51
parentd9719c9f4112c3d1881cdbd09c484312f70e16a7
Add option to build without libkeyutils

Add a --without-keyutils option to disable the keyring ccache, for
scenarios where minimizing libkrb5 dependencies is important.

[ghudson@mit.edu: 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]

ticket: 8791 (new)
doc/build/options2configure.rst
src/aclocal.m4
src/configure.ac