Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-6-0]: src/external/bsd/bind Pullup part of rev 1.16 via patch, re...



details:   https://anonhg.NetBSD.org/src/rev/0bf5795a4120
branches:  netbsd-6-0
changeset: 775037:0bf5795a4120
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jan 04 14:58:28 2015 +0000

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

diffstat:

 external/bsd/bind/Makefile.inc |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 3ff6272824a4 -r 0bf5795a4120 external/bsd/bind/Makefile.inc
--- a/external/bsd/bind/Makefile.inc    Wed Dec 31 12:01:40 2014 +0000
+++ b/external/bsd/bind/Makefile.inc    Sun Jan 04 14:58:28 2015 +0000
@@ -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 @@
 .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



Home | Main Index | Thread Index | Old Index