redox/recipes/wip/db/sqlite3/recipe.toml

16 lines
563 B
TOML

#TODO incomplete port
#TODO Complied, works for basic use cases. pthread mutexes compiled in, but not working.
#TODO Calls triggering mutexes yield the following errors:
#relibc getrlimit(7, 0x7ffffffffc38): not implemented
#relibc getgroups(65536, 0x14920): not implemented
#Runtime error near line 1: disk I/O error (10)
[source]
tar = "https://sqlite.org/2025/sqlite-autoconf-3490200.tar.gz"
blake3 = "96e071dc4f964311882334e927f017d8383915b1b140adcf308957dff213aa8c"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "configure"