WIP: SQLite recipe
Changes made to get it build:
-
mmap
,pthreads
and dynamic extensions has been turned off - The linker complained about missing
fchmod()
andfchown()
in the standard library. These calls has been commented out for now, shouldn't hurt the functionality in single-user use. - There seems to be no
getrusage()
in newlib, a fallback has been enabled for this. SQLite uses this kind of fallback for VxWorks.
Known issues:
- Crashes on file access, only in-memory databases work.