Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/1c6470216c30
branches:  netbsd-6
changeset: 776861:1c6470216c30
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Jan 04 14:54:14 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 2a930a7cd9d9 -r 1c6470216c30 external/bsd/bind/Makefile.inc
--- a/external/bsd/bind/Makefile.inc    Fri Jan 02 13:39:24 2015 +0000
+++ b/external/bsd/bind/Makefile.inc    Sun Jan 04 14:54:14 2015 +0000
@@ -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 @@
 .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