mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-24 13:54:19 +08:00
Merge branch 'patch1' into 'master'
fix(curl): build See merge request redox-os/cookbook!430
This commit is contained in:
commit
12d797304f
@ -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)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user