Module Name:    src
Committed By:   martin
Date:           Sun Jan  4 14:58:28 UTC 2015

Modified Files:
        src/external/bsd/bind [netbsd-6-0]: Makefile.inc

Log Message:
Pullup part of rev 1.16 via patch, requested by he in #1226


To generate a diff of this commit:
cvs rdiff -u -r1.12.4.1.4.1 -r1.12.4.1.4.2 src/external/bsd/bind/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/bind/Makefile.inc
diff -u src/external/bsd/bind/Makefile.inc:1.12.4.1.4.1 src/external/bsd/bind/Makefile.inc:1.12.4.1.4.2
--- src/external/bsd/bind/Makefile.inc:1.12.4.1.4.1	Wed Dec 31 11:58:26 2014
+++ src/external/bsd/bind/Makefile.inc	Sun Jan  4 14:58:28 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile.inc,v 1.12.4.1.4.1 2014/12/31 11:58:26 msaitoh Exp $
+#	$NetBSD: Makefile.inc,v 1.12.4.1.4.2 2015/01/04 14:58:28 martin Exp $
 
 .if !defined(BIND9_MAKEFILE_INC)
 BIND9_MAKEFILE_INC=yes
@@ -108,8 +108,8 @@ LIBDPLIBS+=     $L ${NETBSDSRCDIR}/crypt
 .endif
 .endif
 .if !defined (LIB) || empty(LIB)
-LDADD+= -lcrypto
-DPADD+= ${LIBCRYPTO}
+LDADD+= -lcrypto -lcrypt
+DPADD+= ${LIBCRYPTO} ${LIBCRYPT}
 .else
 .if exists(${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libcrypto)
 LIBDPLIBS+=	crypto ${NETBSDSRCDIR}/crypto/external/bsd/openssl/lib/libcrypto

Reply via email to