Skip to content
Snippets Groups Projects
Commit 7cdcd9b0 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix extrautils build

parent a1d531d7
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash
export PKG_CONFIG_DIR=
export PKG_CONFIG_PATH=
export PKG_CONFIG_SYSROOT_DIR="${COOKBOOK_RECIPE}/sysroot"
export PKG_CONFIG_LIBDIR="${PKG_CONFIG_SYSROOT_DIR}/lib/pkgconfig"
......
......@@ -20,7 +20,7 @@ export LD="${HOST}-ld"
export NM="${HOST}-nm"
export OBJCOPY="${HOST}-objcopy"
export OBJDUMP="${HOST}-objdump"
export PKG_CONFIG="${HOST}-pkg-config"
#export PKG_CONFIG="${HOST}-pkg-config"
export RANLIB="${HOST}-ranlib"
export READELF="${HOST}-readelf"
export STRIP="${HOST}-strip"
......
......@@ -423,6 +423,8 @@ then
then
export COOKBOOK_RECIPE="${ROOT}/recipes/$1"
export PKG_CONFIG_ALLOW_CROSS=1
export PKG_CONFIG_PATH=
export PKG_CONFIG_LIBDIR="${COOKBOOK_RECIPE}/sysroot/lib/pkgconfig"
export PKG_CONFIG_SYSROOT_DIR="${COOKBOOK_RECIPE}/sysroot"
......
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"
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