Module Name: src
Committed By: snj
Date: Fri Aug 25 03:50:52 UTC 2017
Modified Files:
src/share/mk [netbsd-7-1]: bsd.prog.mk
Log Message:
Pull up following revision(s) (requested by mrg in ticket #1493):
share/mk/bsd.prog.mk: revision 1.301
add sqlite3 to statically linked libraries for pam.
To generate a diff of this commit:
cvs rdiff -u -r1.290.4.1 -r1.290.4.1.6.1 src/share/mk/bsd.prog.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/mk/bsd.prog.mk
diff -u src/share/mk/bsd.prog.mk:1.290.4.1 src/share/mk/bsd.prog.mk:1.290.4.1.6.1
--- src/share/mk/bsd.prog.mk:1.290.4.1 Wed Jun 10 17:16:24 2015
+++ src/share/mk/bsd.prog.mk Fri Aug 25 03:50:52 2017
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prog.mk,v 1.290.4.1 2015/06/10 17:16:24 snj Exp $
+# $NetBSD: bsd.prog.mk,v 1.290.4.1.6.1 2017/08/25 03:50:52 snj Exp $
# @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
.ifndef HOSTPROG
@@ -218,9 +218,9 @@ PAM_STATIC_DPADD+= ${LIBSSH}
.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