git: 6940d0e4703e - main - Force WITHOUT_OPENSSL_KTLS off when WITHOUT_OPENSSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 28 Oct 2021 23:06:23 UTC
The branch main has been updated by emaste:
URL: https://cgit.FreeBSD.org/src/commit/?id=6940d0e4703e72b8ea445541567d0ef64c2bb94b
commit 6940d0e4703e72b8ea445541567d0ef64c2bb94b
Author: Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-10-28 21:07:34 +0000
Commit: Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-10-28 23:04:14 +0000
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