mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-07-02 09:38:42 +08:00
`autotools_recursive_regenerate` is now defined regardless of `DYNAMIC_INIT`. Signed-off-by: Anhad Singh <andypython@protonmail.com>
15 lines
326 B
TOML
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
|
|
"""
|