summaryrefslogtreecommitdiffstats
path: root/database/sqlite/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'database/sqlite/BUILD')
-rwxr-xr-xdatabase/sqlite/BUILD6
1 files changed, 5 insertions, 1 deletions
diff --git a/database/sqlite/BUILD b/database/sqlite/BUILD
index 14e996aee7..6e12e27b56 100755
--- a/database/sqlite/BUILD
+++ b/database/sqlite/BUILD
@@ -14,7 +14,9 @@ LDFLAGS="-ldl $LDFLAGS" &&
CFLAGS="${CFLAGS//-ffast-math}" &&
OPTS="--enable-dynamic-extensions $SQLITE_TSAFE $OPTS" &&
+make_single &&
default_build &&
+make_normal &&
if [[ $SQLITE_VERSION == tea ]]; then
# reset options to these
@@ -25,5 +27,7 @@ if [[ $SQLITE_VERSION == tea ]]; then
fi &&
cd tea &&
- default_build
+ make_single &&
+ default_build &&
+ make_normal
fi