sqlite3: force threadsave build
This commit is contained in:
parent
cf3871d15d
commit
1eb1328418
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user