Fix openjazz package build

This commit is contained in:
Jeremy Soller 2021-07-14 13:11:33 -06:00
parent a8070a3533
commit d535c4b489
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -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