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

14 lines
302 B
TOML

[source]
tar = "https://www.libssh2.org/download/libssh2-1.10.0.tar.gz"
blake3 = "2447216ce82c1d22301456bb02f60dfb6688f1461417b90f900c099a87f1292f"
script = """
autotools_recursive_regenerate
"""
[build]
template = "custom"
dependencies = ["openssl1"]
script = """
DYNAMIC_INIT
cookbook_configure
"""