krb: Add dependencies on libutil and openssl
authorFredrik Fornwall <fredrik@fornwall.net>
Tue, 7 Feb 2017 23:40:22 +0000 (00:40 +0100)
committerFredrik Fornwall <fredrik@fornwall.net>
Tue, 7 Feb 2017 23:40:22 +0000 (00:40 +0100)
lib/krb5/plugins/tls/k5tls.so links against libssl, and
lib/krb5/plugins/preauth/pkinit.so against libcrypto, so openssl
is needed.

bin/kprop and bin/kpropd links against libutil if available.

Also, add --without-system-verto to fix problem if building krb5
multiple times, with subsequent builds using the already installed
libverto without installing it.


No differences found