redox/recipes/wip/libs/net/libtirpc/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
326 B
TOML

#TODO: does not compile
[source]
tar = "https://downloads.sourceforge.net/libtirpc/libtirpc-1.3.6.tar.bz2"
blake3 = "3ca1feefee3a216bb82bba35dfb455cac8524b8d8404767b01772f3b8fd00eea"
script = """
autotools_recursive_regenerate
"""
[build]
template = "custom"
script = """
DYNAMIC_INIT
cookbook_configure --disable-gssapi
"""