Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Nov 2021 00:42:07 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 70cb6c34bb52 - stable/13 - Force WITHOUT_OPENSSL_KTLS off when WITHOUT_OPENSSL
Message-ID:  <202111040042.1A40g7wd076065@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=70cb6c34bb52b9ce05def5d2ef6a8a49b2362348

commit 70cb6c34bb52b9ce05def5d2ef6a8a49b2362348
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-10-28 21:07:34 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-11-04 00:41:11 +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
    
    (cherry picked from commit 6940d0e4703e72b8ea445541567d0ef64c2bb94b)
---
 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 fa007cb4bfda..9c1138a446ca 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -424,6 +424,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111040042.1A40g7wd076065>