sqlite3: force threadsave build

This commit is contained in:
Juergen Daubert 2009-12-15 12:04:40 +01:00
parent cf3871d15d
commit 1eb1328418

View File

@ -5,7 +5,7 @@
name=sqlite3
version=3.6.21
release=1
release=2
source=(http://www.sqlite.org/sqlite-amalgamation-$version.tar.gz)
@ -14,6 +14,7 @@ build () {
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-threadsafe \
CFLAGS="$CFLAGS -DNDEBUG"
make