diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:08:58 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 11:08:58 +0000 |
| commit | 2c3e9170303597525bc1d72894b6479797e8b3fd (patch) | |
| tree | 4102b7b9e2f526a854c16d93b6ab196fcd1475aa /lib/libsqlite3 | |
| parent | 6b129086dcee14496517fae085b448e3edc69bc7 (diff) | |
Notes
Diffstat (limited to 'lib/libsqlite3')
| -rw-r--r-- | lib/libsqlite3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libsqlite3/Makefile b/lib/libsqlite3/Makefile index 65b1a28b5be6..2db85fb39708 100644 --- a/lib/libsqlite3/Makefile +++ b/lib/libsqlite3/Makefile @@ -3,7 +3,7 @@ PRIVATELIB= yes LIB= sqlite3 SHLIB_MAJOR?= 0 -LIBADD+= pthreads +LIBADD+= pthread SRCS= sqlite3.c |
