Kerberos/Heimdal doesn't really depend on the INET6 macro.
In the Heimdal distro, only kerberized telnet refers to INET6, but we don't build it, we use contrib/telnet linked with the Kerberos libs instead. Tested with: cmp(1)
This commit is contained in:
parent
d1d56560e8
commit
ea8079033e
@ -5,7 +5,6 @@ NO_LINT=
|
||||
KRB5DIR= ${.CURDIR}/../../../crypto/heimdal
|
||||
|
||||
CFLAGS+= -DHAVE_CONFIG_H -I${.CURDIR}/../../include
|
||||
CFLAGS+= -DINET6
|
||||
|
||||
.if defined(WITH_OPENLDAP)
|
||||
OPENLDAPBASE?= /usr/local
|
||||
|
Loading…
Reference in New Issue
Block a user