aboutsummaryrefslogtreecommitdiff
path: root/share/mk/src.opts.mk
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2020-04-30 18:11:56 +0000
committerEd Maste <emaste@FreeBSD.org>2020-04-30 18:11:56 +0000
commit5ffef74b16e85aa63bbbe7f8d2dfd003e8fa53fd (patch)
treee91d4bbef5b510a3f26e46a91b1be96a639d3679 /share/mk/src.opts.mk
parent4a04cc26e3ad92d14c3e770c1f5f97aa3f2fdf74 (diff)
downloadsrc-5ffef74b16e85aa63bbbe7f8d2dfd003e8fa53fd.tar.gz
src-5ffef74b16e85aa63bbbe7f8d2dfd003e8fa53fd.zip
src.opts.mk: add WITHOUT_OPENSSL dependencies
A number of components require OpenSSL and fail to build if it is not enabled. As a first phase force these off under WITHOUT_OPENSSL. A second phase should make these more fine-grained, allowing the component to build but without OpenSSL. PR: 245931 Sponsored by: The FreeBSD Foundation
Notes
Notes: svn path=/head/; revision=360501
Diffstat (limited to 'share/mk/src.opts.mk')
-rw-r--r--share/mk/src.opts.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 6726ea702fec..fc03abf50c61 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -435,6 +435,10 @@ MK_OPENSSH:= no
MK_KERBEROS:= no
MK_KERBEROS_SUPPORT:= no
MK_LDNS:= no
+MK_PKGBOOTSTRAP:= no
+MK_SVN:= no
+MK_SVNLITE:= no
+MK_WIRELESS:= no
.endif
.if ${MK_LDNS} == "no"