Fossil

View Ticket
Login

View Ticket

Ticket Hash: 752aa31a6dddbfa4b09bb40ed6e0c9165a6544d6
Title: Latest sqlite3.c breaks build on Android
Status: Closed Type: Code_Defect
Severity: Important Priority:
Subsystem: Resolution: Fixed
Last Modified: 2013-08-05 10:28:45
Version Found In: 6ec8818ff1
User Comments:
mjanssen added on 2013-06-20 11:37:22:
The define changes in sqlite3.c introduced in commit [6ec8818ff1] break the build for Android. With the android NDK __linux__ is defined but posix_fallocate is not available in the Bionic C library.

Patch at http://mpcjanssen.nl/cgi-bin/fossil/vpatch?from=ea018d154657ddd9&to=f0df1fe2d8f001e3 fixes the android build

mjanssen added on 2013-08-05 10:28:45:
Fixed in trunk