git: 63a3f5906676 - stable/13 - src.opts.mk: set MK_ZFS conditional on MK_OPENSSL

Mitchell Horne mhorne at FreeBSD.org
Thu Feb 4 14:03:25 UTC 2021


The branch stable/13 has been updated by mhorne:

URL: https://cgit.FreeBSD.org/src/commit/?id=63a3f59066765c251de8cb80bf841b916b4f4061

commit 63a3f59066765c251de8cb80bf841b916b4f4061
Author:     Mitchell Horne <mhorne at FreeBSD.org>
AuthorDate: 2021-01-30 19:04:08 +0000
Commit:     Mitchell Horne <mhorne at FreeBSD.org>
CommitDate: 2021-02-04 13:57:31 +0000

    src.opts.mk: set MK_ZFS conditional on MK_OPENSSL
    
    PR:             252841
    Reviewed by:    kevans, freqlabs
    
    (cherry picked from commit e5cc1c47484160969e0a7c13cdbc71081d7dd60e)
---
 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 a7eddb12d2c8..6c8100bac548 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -432,6 +432,7 @@ MK_LDNS:=	no
 MK_PKGBOOTSTRAP:=	no
 MK_SVN:=		no
 MK_SVNLITE:=		no
+MK_ZFS:=	no
 .endif
 
 .if ${MK_LDNS} == "no"


More information about the dev-commits-src-all mailing list