Link this against -lcrypt. In the case where the user has no key available
on the keyserver, the local kinit will blow chunks when it tries a crypt(3) and finds it unavailable.
This commit is contained in:
parent
76a54b1979
commit
393e542f62
@ -10,8 +10,8 @@ CFLAGS+= -I${KRB4DIR}/include \
|
||||
-I${KRB4DIR}/lib/krb \
|
||||
-I${KRB4DIR}/kuser
|
||||
LDADD= -L${ROKENOBJDIR} -lroken \
|
||||
-L${KRBOBJDIR} -lkrb -ldes
|
||||
DPADD= ${LIBROKEN} ${LIBKRB} ${LIBDES}
|
||||
-L${KRBOBJDIR} -lkrb -ldes -lcrypt
|
||||
DPADD= ${LIBROKEN} ${LIBKRB} ${LIBDES} ${LIBCRYPT}
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user