mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -05:00
Booker says Krb5 requires "-lkrb4 -lkrb5 -ldes425 -lcrypto -lcom_err"
This commit is contained in:
parent
d99d3c634a
commit
ff2068b4ee
1 changed files with 2 additions and 2 deletions
|
|
@ -826,13 +826,13 @@ if test $ol_with_kerberos = auto -o $ol_with_kerberos = k5 ; then
|
|||
|
||||
if test $ac_cv_header_kerberosIV_krb_h = yes ; then
|
||||
AC_CHECK_LIB(krb4, main, [have_k5=yes], [have_k5=no],
|
||||
[-lkrb5 -ldes425])
|
||||
[-lkrb5 -ldes425 -lcrypto -lcom_err])
|
||||
|
||||
if test $have_k5 = yes ; then
|
||||
ol_with_kerberos=found
|
||||
ol_link_kerberos=yes
|
||||
|
||||
KRB_LIBS="-lkrb4 -lkrb5 -ldes425"
|
||||
KRB_LIBS="-lkrb4 -lkrb5 -ldes425 -lcrypto -lcom_err"
|
||||
|
||||
LIBS="$KRB_LIBS $LIBS"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue