Skip to content
Commit c84b7fea authored by Colin Cross's avatar Colin Cross Committed by Jordibgzashtita
Browse files

dist: Update sqlite cflags

Always set HAVE_POSIX_FALLOCATE=1, it is present on all supported
platforms (glibc, musl and bionic).

Set SQLITE_ENABLE_DBSTAT_VTAB=1 and SQLITE_ENABLE_ICU=1, etc. instead
of just defining SQLITE_ENABLE_DBSTAT_VTAB and SQLITE_ENABLE_ICU.
sqlite uses a mixture of #if and #if defined on most of the configuration
variables, and defining them without setting them to atrue value is
treating them as partially enabled.

This reapplies Ibf648e7cedf27912dc4b025eebcb8c02a3daf1cd with a fix for mac builds.

Bug: 223257095
Change-Id: I4c6df2e9bb65773d3a33ab89956ca8fca072a3dd
Test: atest SQLiteSecurityTest
Test: forrest mac build
parent bbf5558f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment