commit: 168ff571c0bfec323443de4e9879a0d584dc0b68
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 14:19:15 2018 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 03:27:06 2018 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=168ff571
Point possible host pkg-config to stage2 files.
scripts/bootstrap-prefix.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 56a99fa65b..6217915656 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -158,6 +158,9 @@ configure_cflags() {
fi
;;
esac
+
+ # point possible host pkg-config to stage2 files
+ export PKG_CONFIG_PATH=${ROOT}/tmp/usr/lib/pkgconfig
}
configure_toolchain() {