pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/sqlite3 Match 3.6.20 behaviour & build threa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d84dd1d2632
branches:  trunk
changeset: 569159:1d84dd1d2632
user:      abs <abs%pkgsrc.org@localhost>
date:      Mon Jan 11 09:18:39 2010 +0000

description:
Match 3.6.20 behaviour & build threadsafe. Fix PR/42515 & issues with firefox. Bump PKGREVISION

diffstat:

 databases/sqlite3/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r c57c29eec0b2 -r 1d84dd1d2632 databases/sqlite3/Makefile
--- a/databases/sqlite3/Makefile        Mon Jan 11 05:34:25 2010 +0000
+++ b/databases/sqlite3/Makefile        Mon Jan 11 09:18:39 2010 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index