redox/recipes/wip/db/sqlite3/recipe.toml
2024-02-16 21:42:08 +00:00

12 lines
355 B
TOML

#TODO compiled but not tested
#TODO incomplete port
[source]
tar = "https://www.sqlite.org/2024/sqlite-autoconf-3450000.tar.gz"
#blake3 = "44bc75a40d32afa71cffe149f766857c3cc41dea261b1e4645fde5f73f4c9268"
[build]
template = "custom"
script = """
export CPPFLAGS="${CPPFLAGS} -D__minux=1 -DSQLITE_DEFAULT_UNIX_VFS='\\"unix-none\\"'"
cookbook_configure
"""