diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-09-21 22:02:45 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-09-21 22:02:45 +0100 |
commit | 6caddf235b5598a9725d21134801b4426e6d3ea6 (patch) | |
tree | 11e03a5b8dbe88a1a949aeaedc8c44e488400363 /wrappers | |
parent | crossdev: Configure the cet USE flag to match the profiles (diff) | |
download | crossdev-6caddf235b5598a9725d21134801b4426e6d3ea6.tar.gz crossdev-6caddf235b5598a9725d21134801b4426e6d3ea6.tar.bz2 crossdev-6caddf235b5598a9725d21134801b4426e6d3ea6.zip |
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@gentoo.org>
Diffstat (limited to 'wrappers')
-rw-r--r-- | wrappers/etc/portage/make.conf | 1 |
1 files changed, 0 insertions, 1 deletions
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/" |