Skip to content

Commit 5aa0709

Browse files
cjrhzanieb
andauthored
Build Sqlite with SQLITE_ENABLE_DBSTAT_VTAB. Fixes #309. (#375)
Co-authored-by: Zanie Blue <[email protected]>
1 parent e8b031b commit 5aa0709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpython-unix/build-sqlite.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ elif [ "${TARGET_TRIPLE}" = "x86_64-apple-ios" ]; then
2222
CONFIGURE_FLAGS="${CONFIGURE_FLAGS} ac_cv_search_system=no"
2323
fi
2424

25-
CFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC" CPPFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC" LDFLAGS="${EXTRA_TARGET_LDFLAGS}" ./configure ${CONFIGURE_FLAGS}
25+
CFLAGS="${EXTRA_TARGET_CFLAGS} -DSQLITE_ENABLE_DBSTAT_VTAB -fPIC" CPPFLAGS="${EXTRA_TARGET_CFLAGS} -fPIC" LDFLAGS="${EXTRA_TARGET_LDFLAGS}" ./configure ${CONFIGURE_FLAGS}
2626

2727
make -j ${NUM_CPUS}
2828
make -j ${NUM_CPUS} install DESTDIR=${ROOT}/out

0 commit comments

Comments
 (0)