Use libcrypto instead of libdes.
This commit is contained in:
parent
1b942b3840
commit
608b5f8fbb
@ -31,8 +31,8 @@ LDADD+= ${LIBCVS} ${LIBDIFF} -lgnuregex -lmd -lcrypt -lz
|
||||
|
||||
.if exists(${DESTDIR}${LIBDIR}/libkrb.a) && defined(MAKE_KERBEROS4)
|
||||
CFLAGS+=-DHAVE_KERBEROS -DHAVE_KRB_GET_ERR_TEXT
|
||||
LDADD+= -lkrb -ldes -lcom_err
|
||||
DPADD+= ${LIBKRB} ${LIBDES} ${LIBCOM_ERR}
|
||||
LDADD+= -lkrb -lcrypto -lcom_err
|
||||
DPADD+= ${LIBKRB} ${LIBCRYPTO} ${LIBCOM_ERR}
|
||||
DISTRIBUTION= krb4
|
||||
# XXX do we want to mess with this? It's probably not really worth it for
|
||||
# the public freebsd stuff, but others might want it. It's an optional
|
||||
|
Loading…
Reference in New Issue
Block a user