svn commit: r357064 - stable/12/share/mk

Ed Maste emaste at FreeBSD.org
Fri Jan 24 01:00:29 UTC 2020


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


More information about the svn-src-all mailing list