]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
sqlite: Build a threadsafe libary.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 29 Apr 2010 21:24:46 +0000 (23:24 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 29 Apr 2010 21:24:46 +0000 (23:24 +0200)
In the documentation it is claimed to be the default, but
it isn't.

pkgs/core/sqlite/sqlite.nm

index ba09dd0390ff9600fe326d0004c7b478a75414ce..64cd6c7e465556f555f3d6b875c0716c08f99ed3 100644 (file)
@@ -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)