Fossil SCM
Latest sqlite3.c breaks build on Android
Closed
752aa31a6dddbfa…
· opened 12 years, 9 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Important
- Resolution
- Fixed
- Subsystem
- —
- Created
- June 20, 2013 11:37 a.m.
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
Comments (2)
mjanssen
12 years, 9 months ago
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
12 years, 8 months ago
Fixed in trunk