Merge pull request #104 from sajattack/xz-fix

Fix recipe for xz
This commit is contained in:
Jeremy Soller 2017-11-17 20:25:39 -07:00 committed by GitHub
commit 7f5390ee6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
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 {
echo "$VERSION"
@ -12,6 +12,7 @@ function recipe_update {
}
function recipe_build {
./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
make