Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/bsd/bind kerberos now has sqlite3 support.
details: https://anonhg.NetBSD.org/src/rev/20d3bf8ea020
branches: trunk
changeset: 350964:20d3bf8ea020
user: christos <christos%NetBSD.org@localhost>
date: Sat Jan 28 23:34:14 2017 +0000
description:
kerberos now has sqlite3 support.
diffstat:
external/bsd/bind/Makefile.inc | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r eef8e717b8f0 -r 20d3bf8ea020 external/bsd/bind/Makefile.inc
--- a/external/bsd/bind/Makefile.inc Sat Jan 28 23:19:20 2017 +0000
+++ b/external/bsd/bind/Makefile.inc Sat Jan 28 23:34:14 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.24 2016/11/01 21:56:11 christos Exp $
+# $NetBSD: Makefile.inc,v 1.25 2017/01/28 23:34:14 christos Exp $
.if !defined(BIND9_MAKEFILE_INC)
BIND9_MAKEFILE_INC=yes
@@ -98,9 +98,9 @@
.if ${MKKERBEROS} != "no"
.if !defined (LIB) || empty(LIB)
LDADD+= -lgssapi -lheimntlm -lkrb5 -lhx509 -lheimbase \
- -lcom_err -lroken -lasn1 -lwind
+ -lcom_err -lroken -lasn1 -lwind -lsqlite3
DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBHX509} ${LIBHEIMNTLM} ${LIBHEIMBASE} \
- ${LIBCOM_ERR} ${LIBROKEN} ${LIBASN1} ${LIBWIND}
+ ${LIBCOM_ERR} ${LIBROKEN} ${LIBASN1} ${LIBWIND} ${LIBSQLITE3}
.else
.for L in gssapi krb5 hx509 heimntlm heimbase com_err roken asn1 wind
LIBDPLIBS+= $L ${NETBSDSRCDIR}/crypto/external/bsd/heimdal/lib/lib$L
Home |
Main Index |
Thread Index |
Old Index