mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
Re-disable GSSAPI, which does not build on several archs.
Approved by: delphij (mentor)
This commit is contained in:
parent
cfd4d2c42e
commit
ebd98a8393
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=243987
@ -27,10 +27,10 @@ INTERNALLIB=
|
||||
.endif
|
||||
.endif
|
||||
|
||||
# Enable GSSAPI support if available
|
||||
.if ${MK_KERBEROS} != "no"
|
||||
CFLAGS+= -DGSSAPI
|
||||
.endif
|
||||
# GSSAPI support is incomplete in 9.3.0
|
||||
#.if ${MK_KERBEROS} != "no"
|
||||
#CFLAGS+= -DGSSAPI
|
||||
#.endif
|
||||
|
||||
# Enable IPv6 support if available
|
||||
.if ${MK_INET6_SUPPORT} != "no"
|
||||
|
Loading…
Reference in New Issue
Block a user