Include the gssapi_krb5 library in KRB5_LDFLAGS.
PR: 156245 MFC after: 3 days Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
35583f5196
commit
28c80a7dd8
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user