Source-Changes-HG archive

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

[src/trunk]: src/share/mk add sqlite3 to statically linked libraries for pam.



details:   https://anonhg.NetBSD.org/src/rev/1fbb789940cf
branches:  trunk
changeset: 350992:1fbb789940cf
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 29 21:43:56 2017 +0000

description:
add sqlite3 to statically linked libraries for pam.

diffstat:

 share/mk/bsd.prog.mk |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r d530d751029b -r 1fbb789940cf share/mk/bsd.prog.mk
--- a/share/mk/bsd.prog.mk      Sun Jan 29 19:38:38 2017 +0000
+++ b/share/mk/bsd.prog.mk      Sun Jan 29 21:43:56 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.prog.mk,v 1.300 2016/08/20 11:23:33 christos Exp $
+#      $NetBSD: bsd.prog.mk,v 1.301 2017/01/29 21:43:56 christos Exp $
 #      @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
 
 .ifndef HOSTPROG
@@ -220,9 +220,9 @@
 .endif
 .if (${MKKERBEROS} != "no")
 PAM_STATIC_LDADD+= -lkafs -lkrb5 -lhx509 -lwind -lasn1 \
-       -lroken -lcom_err -lheimbase -lcrypto
+       -lroken -lcom_err -lheimbase -lcrypto -lsqlite3
 PAM_STATIC_DPADD+= ${LIBKAFS} ${LIBKRB5} ${LIBHX509} ${LIBWIND} ${LIBASN1} \
-       ${LIBROKEN} ${LIBCOM_ERR} ${LIBHEIMBASE} ${LIBCRYPTO}
+       ${LIBROKEN} ${LIBCOM_ERR} ${LIBHEIMBASE} ${LIBCRYPTO} ${LIBSQLITE3}
 .endif
 .if (${MKSKEY} != "no")
 PAM_STATIC_LDADD+= -lskey



Home | Main Index | Thread Index | Old Index