redox/recipes/libs/libnettle/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

17 lines
302 B
TOML

[source]
tar = "https://ftp.gnu.org/gnu/nettle/nettle-3.9.1.tar.gz"
blake3 = "e4bfbda32f4fdf5ed96c152efe3a3867193b690faa5378d02a2a6fd052ee3393"
script = """
autotools_recursive_regenerate
"""
[build]
template = "custom"
dependencies = [
"libgmp"
]
script = """
DYNAMIC_INIT
cookbook_configure
"""