Merge branch 'master' into 'master'

fix(recipes/gawk): compilation

See merge request redox-os/redox!1843
This commit is contained in:
Jeremy Soller 2026-01-26 19:46:03 -07:00
commit 37e9d17c33

View File

@ -1,12 +1,16 @@
#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"
script = """
DYNAMIC_INIT
autotools_recursive_regenerate
"""
[build]
template = "custom"
script = """
DYNAMIC_INIT
COOKBOOK_CONFIGURE_FLAGS+=(
ac_cv_func_gethostbyname=no
ac_cv_func_connect=no