mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-01 00:18:15 +01:00
Don't build with Kerberos 5 support for now. I'll fix this soon,
but I don't want to break Kerberos 5 users' worlds too much in the meantime.
This commit is contained in:
parent
87767895f0
commit
9513e1a83d
@ -21,6 +21,7 @@ LDADD+= -lkrb -lcom_err
|
||||
DPADD+= ${LIBKRB} ${LIBCOM_ERR}
|
||||
.endif # MAKE_KERBEROS4
|
||||
|
||||
.if 0
|
||||
.if defined(MAKE_KERBEROS5) && \
|
||||
((${MAKE_KERBEROS5} == "yes") || (${MAKE_KERBEROS5} == "YES"))
|
||||
DISTRIBUTION=krb5
|
||||
@ -29,6 +30,7 @@ SRCS+= auth-krb5.c
|
||||
LDADD+= -lkrb5 -lasn1 -lcom_err -lmd -L${.OBJDIR}/../../../kerberos5/lib/libroken -lroken
|
||||
DPADD+= ${LIBKRB5} ${LIBCOM_ERR} ${LIBASN1} ${LIBMD}
|
||||
.endif # MAKE_KERBEROS5
|
||||
.endif # 0
|
||||
|
||||
CFLAGS+= -DSKEY
|
||||
LDADD+= -lopie -lmd
|
||||
|
Loading…
Reference in New Issue
Block a user