Skip to content
Snippets Groups Projects
Unverified Commit 7f5390ee authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #104 from sajattack/xz-fix

Fix recipe for xz
parents 25803c9a c70d5e15
No related branches found
No related tags found
Loading
VERSION=5.2.3 VERSION=5.2.3
TAR=https://codeload.github.com/xz-mirror/xz/archive/v$VERSION.tar.gz TAR=https://codeload.github.com/xz-mirror/xz/tar.gz/v$VERSION
function recipe_version { function recipe_version {
echo "$VERSION" echo "$VERSION"
...@@ -12,6 +12,7 @@ function recipe_update { ...@@ -12,6 +12,7 @@ function recipe_update {
} }
function recipe_build { function recipe_build {
./autogen.sh
wget -O build-aux/config.sub http://git.savannah.gnu.org/cgit/config.git/plain/config.sub 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
......
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