Skip to content
Snippets Groups Projects
Verified Commit d535c4b4 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix openjazz package build

parent a8070a35
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ function recipe_build { ...@@ -20,7 +20,7 @@ function recipe_build {
touch INSTALL NEWS README AUTHORS ChangeLog COPYING touch INSTALL NEWS README AUTHORS ChangeLog COPYING
autoreconf -fvi autoreconf -fvi
autoconf 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='' ./configure --build=${BUILD} --host=${HOST} --prefix=''
"$REDOX_MAKE" -j"$($NPROC)" V=1 "$REDOX_MAKE" -j"$($NPROC)" V=1
skip=1 skip=1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment