mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
16 lines
306 B
TOML
16 lines
306 B
TOML
#TODO: langinfo.h
|
|
[source]
|
|
git = "https://gitlab.redox-os.org/redox-os/gawk.git"
|
|
upstream = "https://git.savannah.gnu.org/git/gawk.git"
|
|
branch = "redox"
|
|
|
|
[build]
|
|
template = "custom"
|
|
script = """
|
|
COOKBOOK_CONFIGURE_FLAGS+=(
|
|
ac_cv_func_gethostbyname=no
|
|
ac_cv_func_connect=no
|
|
)
|
|
cookbook_configure
|
|
"""
|