Author: emaste
Date: Fri Jan 24 01:00:28 2020
New Revision: 357064
URL: https://svnweb.freebsd.org/changeset/base/357064
Log:
MFC r356836: src.opts.mk: force DMAGENT off under WITHOUT_OPENSSL
dma(8) depends on OpenSSL unconditionally.
Modified:
stable/12/share/mk/src.opts.mk
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/share/mk/src.opts.mk
==============================================================================
--- stable/12/share/mk/src.opts.mk Thu Jan 23 23:52:57 2020
(r357063)
+++ stable/12/share/mk/src.opts.mk Fri Jan 24 01:00:28 2020
(r357064)
@@ -503,6 +503,7 @@ MK_NLS_CATALOGS:= no
.endif
.if ${MK_OPENSSL} == "no"
+MK_DMAGENT:= no
MK_OPENSSH:= no
MK_KERBEROS:= no
.endif
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"