commit: 6caddf235b5598a9725d21134801b4426e6d3ea6 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sat Sep 21 21:02:45 2024 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sat Sep 21 21:02:45 2024 +0000 URL: https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=6caddf23
Don't set PKG_CONFIG_PATH in make.conf This is pointless because cross-pkg-config unsets it anyway. It's also harmful because if a cross build needs to call CBUILD's pkg-config, which doesn't use the wrapper, it will pick up .pc files from the wrong location. Bug: https://bugs.gentoo.org/936677 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> wrappers/etc/portage/make.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/wrappers/etc/portage/make.conf b/wrappers/etc/portage/make.conf index b845ba6..0d74bc0 100644 --- a/wrappers/etc/portage/make.conf +++ b/wrappers/etc/portage/make.conf @@ -19,5 +19,4 @@ FEATURES="-collision-protect sandbox buildpkg noman noinfo nodoc" PKGDIR=${ROOT}var/cache/binpkgs/ PORTAGE_TMPDIR=${ROOT}tmp/ -PKG_CONFIG_PATH="${ROOT}usr/lib/pkgconfig/" #PORTDIR_OVERLAY="/var/db/repos/local/"
