summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCharles Manning <cdhmanning@gmail.com>2012-12-02 11:13:04 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2012-12-02 16:32:28 -0800
commit4f607edffda4835884f1f013f5d0ae0cb2eadeb7 (patch)
tree602b82c389d72760ed147fe62f810925b57cfa5d /Makefile
parent4c52ff1acfb2953f1ac40cdce4387b7d1d8cef14 (diff)
downloadbuildroot-novena-4f607edffda4835884f1f013f5d0ae0cb2eadeb7.tar.gz
buildroot-novena-4f607edffda4835884f1f013f5d0ae0cb2eadeb7.zip
unexport PKG_CONFIG_SYSROOT_DIR
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> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b394fd54f..87943b8ed 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.