diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2020-03-11 15:27:32 +0100 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2020-03-11 16:47:18 +0100 |
commit | 83a5d2e8d027d92c92bd9864b2f7cf463f1267a1 (patch) | |
tree | c05a71953200f585315a57619ad6b1e38c9c497d | |
parent | prefix/winnt/profile.bashrc: no symlink usr/lib/NAME.dll (diff) | |
download | gentoo-83a5d2e8d027d92c92bd9864b2f7cf463f1267a1.tar.gz gentoo-83a5d2e8d027d92c92bd9864b2f7cf463f1267a1.tar.bz2 gentoo-83a5d2e8d027d92c92bd9864b2f7cf463f1267a1.zip |
prefix/winnt/profile.bashrc: leave PKG_CONFIG_PATH alone
These days, app-portage/prefix-toolkit does set up proper
PKG_CONFIG_PATH for the stacked Prefix.
Signed-off-by: Michael Haubenwallner <haubi@gentoo.org>
-rw-r--r-- | profiles/prefix/windows/winnt/profile.bashrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/profiles/prefix/windows/winnt/profile.bashrc b/profiles/prefix/windows/winnt/profile.bashrc index 215ad93a9430..1a70e77b1cbd 100644 --- a/profiles/prefix/windows/winnt/profile.bashrc +++ b/profiles/prefix/windows/winnt/profile.bashrc @@ -10,9 +10,6 @@ # and should be dropped once portage does sth. like this itself. # -# Need to explicitly set PKG_CONFIG_PATH for cross EPREFIX. -export PKG_CONFIG_PATH="${EPREFIX}/lib/pkgconfig:${EPREFIX}/usr/lib/pkgconfig" - ####################################################################### # # Unix aware build tools may provide (e.g. pkg-config) and accept |