Skip to content
Snippets Groups Projects
Commit c70d5e15 authored by Paul Sajna's avatar Paul Sajna
Browse files

3rd attempt at fixing xz xD

parent 60914555
No related branches found
No related tags found
2 merge requests!104Fix recipe for xz,!103add some libs
...@@ -12,8 +12,8 @@ function recipe_update { ...@@ -12,8 +12,8 @@ function recipe_update {
} }
function recipe_build { function recipe_build {
wget -O build-aux/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
./autogen.sh ./autogen.sh
wget -O build-aux/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub
./configure --host=${HOST} --prefix=/ --enable-threads=no ./configure --host=${HOST} --prefix=/ --enable-threads=no
make make
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