summaryrefslogtreecommitdiff
path: root/databases/sqlite3/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'databases/sqlite3/Makefile.common')
-rw-r--r--databases/sqlite3/Makefile.common9
1 files changed, 1 insertions, 8 deletions
diff --git a/databases/sqlite3/Makefile.common b/databases/sqlite3/Makefile.common
index f520f32cfb9..cc7e2f81590 100644
--- a/databases/sqlite3/Makefile.common
+++ b/databases/sqlite3/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.22 2008/09/07 14:04:01 adam Exp $
+# $NetBSD: Makefile.common,v 1.23 2008/09/22 08:34:08 obache Exp $
# used by databases/sqlite3-tcl/Makefile
@@ -19,11 +19,4 @@ GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
-# XXX: This option has been added for backwards compatibility after
-# updating to 3.5.2. Without it, py-sqlite2 crashes when trying to
-# access the mutex. The effect of this option is that multiple threads
-# may not use a _common_ database connection. They may access the
-# database through different database connections, though.
-CONFIGURE_ARGS+= --disable-threadsafe
-
PKGCONFIG_OVERRIDE+= sqlite3.pc.in