Merge branch 'patch1' into 'master'

fix(curl): build

See merge request redox-os/cookbook!430
This commit is contained in:
Jeremy Soller 2024-12-23 17:01:31 +00:00
commit 12d797304f

View File

@ -14,7 +14,9 @@ dependencies = [
script = """
rsync -av --delete "${COOKBOOK_SOURCE}/" ./
wget -O config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false"
autoreconf -i
# FIXME(andypython): dynamically compile
DYNAMIC_INIT
autotools_recursive_regenerate
COOKBOOK_CONFIGURE="./configure"
COOKBOOK_CONFIGURE_FLAGS=(
--build="$(cc -dumpmachine)"