From 6940d0e4703e72b8ea445541567d0ef64c2bb94b Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Thu, 28 Oct 2021 17:07:34 -0400 Subject: [PATCH] Force WITHOUT_OPENSSL_KTLS off when WITHOUT_OPENSSL Discussed with: jhb MFC after: 1 week Reported by: Michael Dexter, Build Option Survey Sponsored by: The FreeBSD Foundation --- share/mk/src.opts.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index ff894d3b3517..3d8f7b071904 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -418,6 +418,7 @@ MK_NLS_CATALOGS:= no .if ${MK_OPENSSL} == "no" MK_DMAGENT:= no MK_OPENSSH:= no +MK_OPENSSL_KTLS:= no MK_KERBEROS:= no MK_KERBEROS_SUPPORT:= no MK_LDNS:= no