* [Buildroot] [PATCH] unexport PKG_CONFIG_SYSROOT_DIR
@ 2012-12-02 21:13 Charles Manning
2012-12-03 1:22 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Charles Manning @ 2012-12-02 21:13 UTC (permalink / raw)
To: buildroot
If this is not done then pkg-config can get confused.
Thomas and Arnout really deserve the credit for this - I just did
the testing.
Signed-off-by: Charles Manning <cdhmanning@gmail.com>
---
Makefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile
index 21aa054..758453a 100644
--- a/Makefile
+++ b/Makefile
@@ -172,6 +172,7 @@ export HOSTCC_NOCCACHE HOSTCXX_NOCCACHE
# Make sure pkg-config doesn't look outside the buildroot tree
unexport PKG_CONFIG_PATH
+unexport PKG_CONFIG_SYSROOT_DIR
# Having DESTDIR set in the environment confuses the installation
# steps of some packages.
--
1.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-12-03 1:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-02 21:13 [Buildroot] [PATCH] unexport PKG_CONFIG_SYSROOT_DIR Charles Manning
2012-12-03 1:22 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox