Include the gssapi_krb5 library in KRB5_LDFLAGS.

PR:		156245
MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
gjb 2014-09-08 19:00:13 +00:00
parent 775e453498
commit 01f4e5a3e8

View File

@ -123,7 +123,7 @@ if test "$do_libs" = "yes"; then
lib_flags="-L${libdir}"
case $library in
gssapi)
lib_flags="$lib_flags -lgssapi -lheimntlm"
lib_flags="$lib_flags -lgssapi -lgssapi_krb5 -lheimntlm"
;;
kadm-client)
lib_flags="$lib_flags -lkadm5clnt"