mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-30 15:38:06 +01:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160775
@ -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