has anyone any comments on enabling THREADSAFE in the sqlite3 port?
i've unfortunately got access to one arch at this time; but i'm curious
if others have had success on at least the 2 included tests, if not
more, on other architectures.
Index: Makefile
===================================================================
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.32
diff -u -r1.32 Makefile
--- Makefile 15 Sep 2007 18:51:35 -0000 1.32
+++ Makefile 3 Oct 2007 20:45:28 -0000
@@ -4,8 +4,8 @@
COMMENT-tcl= TCL bindings for Sqlite3
V= 3.4.2
DISTNAME= sqlite-${V}
-PKGNAME-main= sqlite3-${V}
-PKGNAME-tcl= sqlite3-tcl-${V}
+PKGNAME-main= sqlite3-${V}p0
+PKGNAME-tcl= sqlite3-tcl-${V}p0
CATEGORIES= databases
SHARED_LIBS += sqlite3 9.0 # .8.6
SHARED_LIBS += tclsqlite3 9.0 # .8.6
@@ -25,7 +25,8 @@
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
-CONFIGURE_ARGS+=${CONFIGURE_SHARED}
+CONFIGURE_ARGS+=${CONFIGURE_SHARED} \
+ --enable-threadsafe
# XXX gcc bug? some regress tests crash w/-O2 but not -Os
.if ${MACHINE_ARCH} == "amd64"