svn commit: r291625 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Wed Dec 2 00:49:40 UTC 2015


Author: bdrewery
Date: Wed Dec  2 00:49:39 2015
New Revision: 291625
URL: https://svnweb.freebsd.org/changeset/base/291625

Log:
  libssh uses libz even without MK_LDNS
  
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/share/mk/src.libnames.mk

Modified: head/share/mk/src.libnames.mk
==============================================================================
--- head/share/mk/src.libnames.mk	Wed Dec  2 00:17:13 2015	(r291624)
+++ head/share/mk/src.libnames.mk	Wed Dec  2 00:49:39 2015	(r291625)
@@ -171,9 +171,9 @@ _DP_archive+=	crypto
 _DP_archive+=	md
 .endif
 _DP_ssl=	crypto
-_DP_ssh=	crypto crypt
+_DP_ssh=	crypto crypt z
 .if ${MK_LDNS} != "no"
-_DP_ssh+=	ldns z
+_DP_ssh+=	ldns
 .endif
 _DP_edit=	ncursesw
 .if ${MK_OPENSSL} != "no"


More information about the svn-src-all mailing list