Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/heimdal/lib/libkrb5 Include sqlite3 to t...



details:   https://anonhg.NetBSD.org/src/rev/379eecb152a1
branches:  trunk
changeset: 821234:379eecb152a1
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jan 29 15:42:58 2017 +0000

description:
Include sqlite3 to the dependent libraries

diffstat:

 crypto/external/bsd/heimdal/lib/libkrb5/Makefile |  20 +++++++++++---------
 1 files changed, 11 insertions(+), 9 deletions(-)

diffs (34 lines):

diff -r 23cfbd36a60e -r 379eecb152a1 crypto/external/bsd/heimdal/lib/libkrb5/Makefile
--- a/crypto/external/bsd/heimdal/lib/libkrb5/Makefile  Sun Jan 29 05:13:55 2017 +0000
+++ b/crypto/external/bsd/heimdal/lib/libkrb5/Makefile  Sun Jan 29 15:42:58 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2017/01/28 22:25:44 christos Exp $
+# $NetBSD: Makefile,v 1.11 2017/01/29 15:42:58 christos Exp $
 
 USE_FORT?= yes # network protocol library
 
@@ -15,14 +15,16 @@
 
 LIB=           krb5
 
-LIBDPLIBS+=    hx509           ${HEIMBASE}/lib/libhx509        \
-               crypto          ${SSLBASE}/lib/libcrypto        \
-               asn1            ${HEIMBASE}/lib/libasn1         \
-               com_err         ${HEIMBASE}/lib/libcom_err      \
-               roken           ${HEIMBASE}/lib/libroken        \
-               wind            ${HEIMBASE}/lib/libwind         \
-               heimbase        ${HEIMBASE}/lib/libheimbase     \
-               crypt           ${NETBSDSRCDIR}/lib/libcrypt
+LIBDPLIBS+=    \
+       hx509           ${HEIMBASE}/lib/libhx509        \
+       crypto          ${SSLBASE}/lib/libcrypto        \
+       asn1            ${HEIMBASE}/lib/libasn1         \
+       com_err         ${HEIMBASE}/lib/libcom_err      \
+       roken           ${HEIMBASE}/lib/libroken        \
+       wind            ${HEIMBASE}/lib/libwind         \
+       heimbase        ${HEIMBASE}/lib/libheimbase     \
+       sqlite3         ${NETBSDSRCDIR}/external/public-domain/sqlite/lib \
+       crypt           ${NETBSDSRCDIR}/lib/libcrypt
 
 HEIMSRCS= krb_err.et krb5_err.et heim_err.et k524_err.et
 



Home | Main Index | Thread Index | Old Index