svn commit: r275025 - head/lib/libsqlite3

Baptiste Daroussin bapt at FreeBSD.org
Tue Nov 25 11:08:59 UTC 2014


Author: bapt
Date: Tue Nov 25 11:08:58 2014
New Revision: 275025
URL: https://svnweb.freebsd.org/changeset/base/275025

Log:
  Fix typo

Modified:
  head/lib/libsqlite3/Makefile

Modified: head/lib/libsqlite3/Makefile
==============================================================================
--- head/lib/libsqlite3/Makefile	Tue Nov 25 11:07:26 2014	(r275024)
+++ head/lib/libsqlite3/Makefile	Tue Nov 25 11:08:58 2014	(r275025)
@@ -3,7 +3,7 @@
 PRIVATELIB=	yes
 LIB=	sqlite3
 SHLIB_MAJOR?=	0
-LIBADD+=	pthreads
+LIBADD+=	pthread
 
 SRCS=	sqlite3.c
 


More information about the svn-src-head mailing list