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)
commit47463899868b46e59caf6cee016cf66873c186b4
tree0b2327e3b953cb27d30fd554fda0a73a57be3f18
parente38a1e2b8de9c38fd0d0802b7a4759dfae4feaf4
krb: Add dependencies on libutil and openssl

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.
packages/krb5/build.sh