mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-26 23:04:19 +08:00
Fix openjazz package build
This commit is contained in:
parent
a8070a3533
commit
d535c4b489
@ -20,7 +20,7 @@ function recipe_build {
|
||||
touch INSTALL NEWS README AUTHORS ChangeLog COPYING
|
||||
autoreconf -fvi
|
||||
autoconf
|
||||
wget -O build-aux/config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false"
|
||||
wget -O builds/autotools/config.sub "https://gitlab.redox-os.org/redox-os/gnu-config/-/raw/master/config.sub?inline=false"
|
||||
./configure --build=${BUILD} --host=${HOST} --prefix=''
|
||||
"$REDOX_MAKE" -j"$($NPROC)" V=1
|
||||
skip=1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user