From: Michael Tremer Date: Thu, 29 Apr 2010 21:24:46 +0000 (+0200) Subject: sqlite: Build a threadsafe libary. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59bc59cd08019b76df2ff4f7647ed86f2668af74;p=ipfire-3.x.git sqlite: Build a threadsafe libary. In the documentation it is claimed to be the default, but it isn't. --- 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)