diff --git a/recipes/extrautils/recipe.sh b/recipes/extrautils/recipe.sh index 7721ee544..de7b40e11 100644 --- a/recipes/extrautils/recipe.sh +++ b/recipes/extrautils/recipe.sh @@ -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"