summaryrefslogtreecommitdiffstats
path: root/scripts/lib/ptxd_make_world_common.sh
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-10-23 20:14:46 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-10-26 11:17:14 +0100
commitec01c44d5fdae7deab79e46033c777c511c06f31 (patch)
treeaea539f32e0f5f334a96095e882698a3824decd8 /scripts/lib/ptxd_make_world_common.sh
parent39eb0a8dd9e80f98ca6cb4f7cf4440e96b13307d (diff)
downloadptxdist-ec01c44d5fdae7deab79e46033c777c511c06f31.tar.gz
ptxdist-ec01c44d5fdae7deab79e46033c777c511c06f31.tar.xz
[ptxd_make_world_common] add share/pkconfig to host's PKG_CONFIG_LIBDIR, too
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'scripts/lib/ptxd_make_world_common.sh')
-rw-r--r--scripts/lib/ptxd_make_world_common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh
index 508202950..d44435b67 100644
--- a/scripts/lib/ptxd_make_world_common.sh
+++ b/scripts/lib/ptxd_make_world_common.sh
@@ -105,7 +105,7 @@ ptxd_make_world_init_compat() {
# pkg_env
case "${pkg_type}" in
target) pkg_env="${PTXDIST_CROSS_ENV_PKG_CONFIG}" ;;
- host|cross) pkg_env="PKG_CONFIG_LIBDIR='${PTXDIST_SYSROOT_HOST}/lib/pkgconfig'" ;;
+ host|cross) pkg_env="PKG_CONFIG_LIBDIR='${PTXDIST_SYSROOT_HOST}/lib/pkgconfig:${PTXDIST_SYSROOT_HOST}/share/pkgconfig'" ;;
esac
}
export -f ptxd_make_world_init_compat