From 6a8fa4cab570f77af8326e0339fdf0b4c09756c6 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 12 Oct 2015 04:57:36 +0000 Subject: MFC: r269851,r272076,r274884,r282328,r285644,r286503,r286504,r286505, r286506,r286510,r286561,r286562,r287034 Update svnlite from 1.8.10 to 1.8.14, and the support components: serf->1.3.8, apr->1.5.2, apr-util->1.5.4, sqlite3->3.8.11.1 This includes syncing the developer templates with head. --- usr.bin/svn/svnadmin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.bin/svn/svnadmin') diff --git a/usr.bin/svn/svnadmin/Makefile b/usr.bin/svn/svnadmin/Makefile index 3220cde..1dd5853 100644 --- a/usr.bin/svn/svnadmin/Makefile +++ b/usr.bin/svn/svnadmin/Makefile @@ -28,10 +28,10 @@ LDADD= -L${LIBSVN_REPOSDIR} -lsvn_repos \ -lbsdxml \ -L${LIBAPRDIR} -lapr \ -L${LIBSQLITEDIR} -lsqlite3 \ - -lz -lcrypt + -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} + ${LIBBSDXML} ${LIBAPR} ${LIBSQLITE} ${LIBZ} ${LIBCRYPT} ${LIBPTHREAD} .include -- cgit v1.1