aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2020-05-03 17:28:44 -0400
committerMike Gilbert <floppym@gentoo.org>2020-05-03 17:38:13 -0400
commite2df750e074a54f85aa4f2c109fe8ceea2b9359a (patch)
treeabd4b42ebff7185873c34bade922fe25c884667a
parentmake.globals: add default BINPKG_COMPRESS setting (bug 715108) (diff)
downloadportage-e2df750e074a54f85aa4f2c109fe8ceea2b9359a.tar.gz
portage-e2df750e074a54f85aa4f2c109fe8ceea2b9359a.tar.bz2
portage-e2df750e074a54f85aa4f2c109fe8ceea2b9359a.zip
phase-functions.sh: do not set PKG_CONFIG_PATH
Recent pkg-config should have the correct path built in by default. Bug: https://bugs.gentoo.org/720866 Signed-off-by: Mike Gilbert <floppym@gentoo.org> Reviewed-by: Zac Medico <zmedico@gentoo.org>
-rw-r--r--bin/phase-functions.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/bin/phase-functions.sh b/bin/phase-functions.sh
index 709fd7527..90e622e75 100644
--- a/bin/phase-functions.sh
+++ b/bin/phase-functions.sh
@@ -1019,10 +1019,6 @@ __ebuild_main() {
[[ ${SANDBOX_WRITE/$DISTCC_DIR} = $SANDBOX_WRITE ]] && \
addwrite "$DISTCC_DIR"
- x=LIBDIR_$ABI
- [ -z "$PKG_CONFIG_PATH" -a -n "$ABI" -a -n "${!x}" ] && \
- export PKG_CONFIG_PATH=${EPREFIX}/usr/${!x}/pkgconfig
-
if has noauto $FEATURES && \
[[ ! -f $PORTAGE_BUILDDIR/.unpacked ]] ; then
echo