mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-29 16:18:44 +08:00
16 lines
339 B
TOML
16 lines
339 B
TOML
#TODO: does not compile
|
|
[source]
|
|
tar = "https://downloads.sourceforge.net/libtirpc/libtirpc-1.3.6.tar.bz2"
|
|
blake3 = "3ca1feefee3a216bb82bba35dfb455cac8524b8d8404767b01772f3b8fd00eea"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
autotools_recursive_regenerate
|
|
"""
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
cookbook_configure --disable-gssapi
|
|
"""
|