From 59bc59cd08019b76df2ff4f7647ed86f2668af74 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 29 Apr 2010 23:24:46 +0200 Subject: [PATCH] sqlite: Build a threadsafe libary. In the documentation it is claimed to be the default, but it isn't. --- pkgs/core/sqlite/sqlite.nm | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/core/sqlite/sqlite.nm b/pkgs/core/sqlite/sqlite.nm index ba09dd039..64cd6c7e4 100644 --- a/pkgs/core/sqlite/sqlite.nm +++ b/pkgs/core/sqlite/sqlite.nm @@ -55,6 +55,7 @@ define STAGE_BUILD cd $(DIR_SRC)/sqlite-build && \ $(DIR_APP)/configure \ --prefix=/usr \ + --enable-threadsafe \ --disable-tcl cd $(DIR_SRC)/sqlite-build && make $(PARALLELISMFLAGS) -- 2.47.3