Merge pull request #62 from ids1024/extrautils-lzma

Make extrautils have xz as a build depend
This commit is contained in:
Jeremy Soller 2017-08-08 19:04:49 -06:00 committed by GitHub
commit 9fdd32a488

View File

@ -1 +1,6 @@
GIT=https://github.com/redox-os/extrautils.git
BUILD_DEPENDS=xz
export PKG_CONFIG_ALLOW_CROSS=1
export PKG_CONFIG_PATH=
export PKG_CONFIG_LIBDIR="$PWD/sysroot/lib/pkgconfig"
export PKG_CONFIG_SYSROOT_DIR="$PWD/sysroot"