Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/openssh/bin krb5 needs sqlite3 now



details:   https://anonhg.NetBSD.org/src/rev/be5f65fb1df0
branches:  trunk
changeset: 821216:be5f65fb1df0
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 28 23:38:48 2017 +0000

description:
krb5 needs sqlite3 now

diffstat:

 crypto/external/bsd/openssh/bin/ssh/Makefile  |  6 +++---
 crypto/external/bsd/openssh/bin/sshd/Makefile |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 471766616a55 -r be5f65fb1df0 crypto/external/bsd/openssh/bin/ssh/Makefile
--- a/crypto/external/bsd/openssh/bin/ssh/Makefile      Sat Jan 28 23:34:14 2017 +0000
+++ b/crypto/external/bsd/openssh/bin/ssh/Makefile      Sat Jan 28 23:38:48 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2016/08/02 13:45:12 christos Exp $
+#      $NetBSD: Makefile,v 1.11 2017/01/28 23:38:48 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -29,8 +29,8 @@
 LDADD+=        -lkafs -lasn1 -lcrypt
 DPADD+=        ${LIBKAFS} ${LIBASN1} ${LIBCRYPT}
 
-LDADD+=        -lcom_err -lroken -lutil
-DPADD+=        ${LIBCOM_ERR} ${LIBROKEN} ${LIBUTIL}
+LDADD+=        -lcom_err -lroken -lsqlite3 -lutil
+DPADD+=        ${LIBCOM_ERR} ${LIBROKEN} ${LIBSQLITE3} ${LIBUTIL}
 .endif
 
 .include <bsd.prog.mk>
diff -r 471766616a55 -r be5f65fb1df0 crypto/external/bsd/openssh/bin/sshd/Makefile
--- a/crypto/external/bsd/openssh/bin/sshd/Makefile     Sat Jan 28 23:34:14 2017 +0000
+++ b/crypto/external/bsd/openssh/bin/sshd/Makefile     Sat Jan 28 23:38:48 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.14 2016/12/25 00:07:46 christos Exp $
+#      $NetBSD: Makefile,v 1.15 2017/01/28 23:38:48 christos Exp $
 
 .include <bsd.own.mk>
 
@@ -51,8 +51,8 @@
 LDADD+=        -lkrb5 -lasn1
 DPADD+=        ${LIBKRB5} ${LIBASN1}
 
-LDADD+=        -lcom_err -lroken
-DPADD+=        ${LIBCOM_ERR} ${LIBROKEN}
+LDADD+=        -lcom_err -lroken -lsqlite3
+DPADD+=        ${LIBCOM_ERR} ${LIBROKEN} ${LIBSQLITE3}
 .endif
 
 .if (${USE_LDAP} != "no")



Home | Main Index | Thread Index | Old Index