Pull up following revision(s) (requested by mrg in ticket #1493):

external/gpl2/xcvs/bin/xcvs/Makefile: revision 1.5
add sqlite3
This commit is contained in:
snj 2017-08-27 05:44:57 +00:00
parent 940eec3a72
commit 686ec5a66a
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 2012/03/09 00:14:16 christos Exp $
# $NetBSD: Makefile,v 1.4.12.1 2017/08/27 05:44:57 snj Exp $
.include "${.CURDIR}/../../Makefile.inc"
PROG= xcvs
@ -47,8 +47,8 @@ LDADD+= -lasn1
# 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