Source-Changes-HG archive

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

[src/trunk]: src/libexec/telnetd kerberos needs sqlite3



details:   https://anonhg.NetBSD.org/src/rev/6416491bad84
branches:  trunk
changeset: 821217:6416491bad84
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 28 23:40:51 2017 +0000

description:
kerberos needs sqlite3

diffstat:

 libexec/telnetd/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r be5f65fb1df0 -r 6416491bad84 libexec/telnetd/Makefile
--- a/libexec/telnetd/Makefile  Sat Jan 28 23:38:48 2017 +0000
+++ b/libexec/telnetd/Makefile  Sat Jan 28 23:40:51 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.49 2012/01/09 16:36:48 christos Exp $
+#      $NetBSD: Makefile,v 1.50 2017/01/28 23:40:51 christos Exp $
 #      from: @(#)Makefile      8.2 (Berkeley) 12/15/93
 
 WARNS?=        4               # XXX: const issues in sys_term.c
@@ -22,8 +22,8 @@
 
 .if (${USE_KERBEROS} != "no")
 CPPFLAGS+=-DKRB5 -DAUTHENTICATION -DENCRYPTION
-LDADD+= -lkrb5 -lasn1 -lcom_err -lroken
-DPADD+=        ${LIBKRB5} ${LIBASN1} ${LIBCOM_ERR} ${LIBROKEN}
+LDADD+= -lkrb5 -lasn1 -lcom_err -lroken -lsqlite3
+DPADD+=        ${LIBKRB5} ${LIBASN1} ${LIBCOM_ERR} ${LIBROKEN} ${LIBSQLITE3}
 .endif
 
 .if (${MKCRYPTO} != "no")



Home | Main Index | Thread Index | Old Index