redox/recipes/wip/db/sqlite3/recipe.toml
Anhad Singh b17dd28e62
misc(recipes): remove DYNAMIC_INIT from source scripts
`autotools_recursive_regenerate` is now defined regardless of
`DYNAMIC_INIT`.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-04 18:27:55 +11:00

15 lines
550 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 = """
autotools_recursive_regenerate
"""
[build]
template = "configure"