summaryrefslogtreecommitdiffstats
path: root/usr.bin/svn/svnadmin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2015-10-12 04:57:36 +0000
committerpeter <peter@FreeBSD.org>2015-10-12 04:57:36 +0000
commit6a8fa4cab570f77af8326e0339fdf0b4c09756c6 (patch)
tree64caa5ea4f1fe4b74e7d1dcbc5bdc3c674998b26 /usr.bin/svn/svnadmin
parent5ee4ad2f183130d523ba9911b00fe7b158897de8 (diff)
downloadFreeBSD-src-6a8fa4cab570f77af8326e0339fdf0b4c09756c6.zip
FreeBSD-src-6a8fa4cab570f77af8326e0339fdf0b4c09756c6.tar.gz
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.
Diffstat (limited to 'usr.bin/svn/svnadmin')
-rw-r--r--usr.bin/svn/svnadmin/Makefile4
1 files changed, 2 insertions, 2 deletions
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 <bsd.prog.mk>
OpenPOWER on IntegriCloud