Module Name: src
Committed By: martin
Date: Sun Jan 4 14:54:14 UTC 2015
Modified Files:
src/external/bsd/bind [netbsd-6]: 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.2 -r1.12.4.3 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.2 src/external/bsd/bind/Makefile.inc:1.12.4.3
--- src/external/bsd/bind/Makefile.inc:1.12.4.2 Thu Dec 25 17:53:58 2014
+++ src/external/bsd/bind/Makefile.inc Sun Jan 4 14:54:14 2015
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.12.4.2 2014/12/25 17:53:58 msaitoh Exp $
+# $NetBSD: Makefile.inc,v 1.12.4.3 2015/01/04 14:54:14 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