svn commit: r356836 - head/share/mk
Ed Maste
emaste at FreeBSD.org
Fri Jan 17 17:53:14 UTC 2020
Author: emaste
Date: Fri Jan 17 17:53:13 2020
New Revision: 356836
URL: https://svnweb.freebsd.org/changeset/base/356836
Log:
src.opts.mk: force DMAGENT off under WITHOUT_OPENSSL
dma(8) depends on OpenSSL unconditionally.
Reported by: Michael Dexter's Build Options Survey run
MFC after: 1 weeks
Sponsored by: The FreeBSD Foundation
Modified:
head/share/mk/src.opts.mk
Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk Fri Jan 17 17:03:25 2020 (r356835)
+++ head/share/mk/src.opts.mk Fri Jan 17 17:53:13 2020 (r356836)
@@ -497,6 +497,7 @@ MK_NLS_CATALOGS:= no
.endif
.if ${MK_OPENSSL} == "no"
+MK_DMAGENT:= no
MK_OPENSSH:= no
MK_KERBEROS:= no
MK_KERBEROS_SUPPORT:= no
More information about the svn-src-all
mailing list