Source-Changes-HG archive

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

[src/netbsd-7-0]: src/share/mk Pull up following revision(s) (requested by mr...



details:   https://anonhg.NetBSD.org/src/rev/7f8822d89c0f
branches:  netbsd-7-0
changeset: 801379:7f8822d89c0f
user:      snj <snj%NetBSD.org@localhost>
date:      Fri Aug 25 03:51:49 2017 +0000

description:
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.

diffstat:

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

diffs (21 lines):

diff -r f6b62ba2bfc2 -r 7f8822d89c0f share/mk/bsd.prog.mk
--- a/share/mk/bsd.prog.mk      Thu Aug 24 06:50:32 2017 +0000
+++ b/share/mk/bsd.prog.mk      Fri Aug 25 03:51:49 2017 +0000
@@ -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.2.1 2017/08/25 03:51:49 snj Exp $
 #      @(#)bsd.prog.mk 8.2 (Berkeley) 4/2/94
 
 .ifndef HOSTPROG
@@ -218,9 +218,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