summaryrefslogtreecommitdiff
path: root/databases/sqlite3
diff options
context:
space:
mode:
authorabs <abs>2010-01-11 09:18:39 +0000
committerabs <abs>2010-01-11 09:18:39 +0000
commitb06be2dd6749a3d8040fdfab5977498e281b06ad (patch)
treef4ed4f1e920d805b167cb6dfbf6e2da75d41c0e1 /databases/sqlite3
parente750e4386adac78b15f43cb4f1cc099815f41700 (diff)
downloadpkgsrc-b06be2dd6749a3d8040fdfab5977498e281b06ad.tar.gz
Match 3.6.20 behaviour & build threadsafe. Fix PR/42515 & issues with firefox. Bump PKGREVISION
Diffstat (limited to 'databases/sqlite3')
-rw-r--r--databases/sqlite3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile
index 10dca8886e8..0acdc14ddcf 100644
--- a/databases/sqlite3/Makefile
+++ b/databases/sqlite3/Makefile
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2009/12/16 19:25:38 drochner Exp $
+# $NetBSD: Makefile,v 1.24 2010/01/11 09:18:39 abs Exp $
DISTNAME= sqlite-amalgamation-3.6.21
+PKGREVISION= 1
PKGNAME= ${DISTNAME:S/sqlite-amalgamation/sqlite3/}
CATEGORIES= databases
MASTER_SITES= http://www.hwaci.com/sw/sqlite/ \
@@ -21,7 +22,7 @@ WRKSRC= ${WRKDIR}/sqlite-${PKGVERSION_NOREV}
PKGCONFIG_OVERRIDE+= sqlite3.pc.in
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
-CONFIGURE_ARGS+= --with-readline-inc=
+CONFIGURE_ARGS+= --with-readline-inc= --enable-threadsafe
# Uses dlopen and friends but doesn't use -ldl on Linux.
# See http://www.sqlite.org/cvstrac/tktview?tn=3555