mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-22 12:54:20 +08:00
`autotools_recursive_regenerate` is now defined regardless of `DYNAMIC_INIT`. Signed-off-by: Anhad Singh <andypython@protonmail.com>
19 lines
349 B
TOML
19 lines
349 B
TOML
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/gawk.git"
|
|
upstream = "https://git.savannah.gnu.org/git/gawk.git"
|
|
branch = "redox"
|
|
script = """
|
|
autotools_recursive_regenerate
|
|
"""
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
DYNAMIC_INIT
|
|
COOKBOOK_CONFIGURE_FLAGS+=(
|
|
ac_cv_func_gethostbyname=no
|
|
ac_cv_func_connect=no
|
|
)
|
|
cookbook_configure
|
|
"""
|