summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/svndumpfilter
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-11-22 19:44:49 +0000
committerbapt <bapt@FreeBSD.org>2014-11-22 19:44:49 +0000
commitac3098014529f0132e978343f4dad38c8a7fd5d3 (patch)
treec63dd3d5d27cd2d973b8979f12acdf1339342a6c /usr.bin/svn/svndumpfilter
parent4542c45b7b52b707d6323eedee4a56437ea976c4 (diff)
downloadFreeBSD-src-ac3098014529f0132e978343f4dad38c8a7fd5d3.zip
FreeBSD-src-ac3098014529f0132e978343f4dad38c8a7fd5d3.tar.gz
Promote SQLite3 as a privatelib as it will also be used by mandoc
While here ensure sqlite3 is using pread(2) and enable the suppot for FTS4
Diffstat (limited to 'usr.bin/svn/svndumpfilter')
-rw-r--r--usr.bin/svn/svndumpfilter/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/svn/svndumpfilter/Makefile b/usr.bin/svn/svndumpfilter/Makefile
index 80d2584..995a6e6 100644
--- a/usr.bin/svn/svndumpfilter/Makefile
+++ b/usr.bin/svn/svndumpfilter/Makefile
@@ -27,11 +27,12 @@ LDADD= -L${LIBSVN_REPOSDIR} -lsvn_repos \
-L${LIBAPR_UTILDIR} -lapr-util \
-lbsdxml \
-L${LIBAPRDIR} -lapr \
- -L${LIBSQLITEDIR} -lsqlite3 \
+ ${LDSQLITE3} \
-lz -lcrypt -lpthread
DPADD= ${LIBSVN_REPOS} ${LIBSVN_FS} ${LIBSVN_FS_FS} ${LIBSVN_FS_UTIL} \
${LIBSVN_DELTA} ${LIBSVN_SUBR} ${LIBAPR_UTIL} \
- ${LIBBSDXML} ${LIBAPR} ${LIBSQLITE} ${LIBZ} ${LIBCRYPT} ${LIBPTHREAD}
+ ${LIBBSDXML} ${LIBAPR} ${LIBSQLITE3} ${LIBZ} ${LIBCRYPT} ${LIBPTHREAD}
+USEPRIVATELIB= sqlite3
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud