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

16 lines
303 B
TOML

[source]
tar = "https://www.mpfr.org/mpfr-current/mpfr-4.2.2.tar.xz"
blake3 = "11d59d061ef8db588650bc7dc5172594a6e5aad013994801c6f63011a62b191d"
script = """
autotools_recursive_regenerate
"""
[build]
template = "custom"
dependencies = [
"libgmp",
]
script = """
DYNAMIC_INIT
cookbook_configure
"""