Source-Changes-HG archive

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

[src/trunk]: src/external add sqlite3



details:   https://anonhg.NetBSD.org/src/rev/7ff9d867fc90
branches:  trunk
changeset: 350969:7ff9d867fc90
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Jan 28 23:59:15 2017 +0000

description:
add sqlite3

diffstat:

 external/bsd/dhcp/Makefile.inc       |  6 +++---
 external/gpl2/xcvs/bin/xcvs/Makefile |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (41 lines):

diff -r 79f99d73cbcf -r 7ff9d867fc90 external/bsd/dhcp/Makefile.inc
--- a/external/bsd/dhcp/Makefile.inc    Sat Jan 28 23:52:45 2017 +0000
+++ b/external/bsd/dhcp/Makefile.inc    Sat Jan 28 23:59:15 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.16 2016/01/10 20:10:44 christos Exp $
+# $NetBSD: Makefile.inc,v 1.17 2017/01/28 23:59:15 christos Exp $
 
 WARNS?=        1       # XXX -Wshadow -Wcast-qual -Wsign-compare
 
@@ -38,9 +38,9 @@
 .if (${MKCRYPTO} != "no")
 .if (${MKKERBEROS} != "no")
 LDADD+= -lgssapi -lkrb5 -lhx509 -lheimntlm -lheimbase \
-       -lcom_err  -lroken -lasn1 -lwind
+       -lcom_err  -lroken -lasn1 -lwind -lsqlite3
 DPADD+= ${LIBGSSAPI} ${LIBKRB5} ${LIBHX509} ${LIBHEIMNTLM} ${LIBHEIMBASE} \
-       ${LIBCOM_ERR} ${LIBROKEN} ${LIBASN1} ${LIBWIND}
+       ${LIBCOM_ERR} ${LIBROKEN} ${LIBASN1} ${LIBWIND} ${LIBSQLITE3}
 .endif
 .if defined(PROG) && ${PROG} == "dhclient"
 LDADD+=-Wl,-Bdynamic
diff -r 79f99d73cbcf -r 7ff9d867fc90 external/gpl2/xcvs/bin/xcvs/Makefile
--- a/external/gpl2/xcvs/bin/xcvs/Makefile      Sat Jan 28 23:52:45 2017 +0000
+++ b/external/gpl2/xcvs/bin/xcvs/Makefile      Sat Jan 28 23:59:15 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.4 2012/03/09 00:14:16 christos Exp $
+#      $NetBSD: Makefile,v 1.5 2017/01/29 00:01:48 christos Exp $
 
 .include "${.CURDIR}/../../Makefile.inc"
 PROG=  xcvs
@@ -47,8 +47,8 @@
 # libcrypto is required by libgssapi, libkrb5, and libhx509
 # libwind is required by libhx509
 CPPFLAGS+= -DENCRYPTION
-DPADD+= ${LIBCOM_ERR} ${LIBROKEN} ${LIBWIND} ${LIBCRYPTO}
-LDADD+= -lcom_err -lroken -lwind -lcrypto
+DPADD+= ${LIBCOM_ERR} ${LIBROKEN} ${LIBWIND} ${LIBCRYPTO} ${LIBSQLITE3}
+LDADD+= -lcom_err -lroken -lwind -lcrypto -lsqlite3
 
 
 # libutil is required by libroken



Home | Main Index | Thread Index | Old Index