Date: Thu, 4 Feb 2021 14:03:25 GMT From: Mitchell Horne <mhorne@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 63a3f5906676 - stable/13 - src.opts.mk: set MK_ZFS conditional on MK_OPENSSL Message-ID: <202102041403.114E3Plx040109@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=63a3f59066765c251de8cb80bf841b916b4f4061 commit 63a3f59066765c251de8cb80bf841b916b4f4061 Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2021-01-30 19:04:08 +0000 Commit: Mitchell Horne <mhorne@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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102041403.114E3Plx040109>