From: Charles Manning Date: Sun, 2 Dec 2012 11:13:04 +0000 (+0000) Subject: unexport PKG_CONFIG_SYSROOT_DIR X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4f607edffda4835884f1f013f5d0ae0cb2eadeb7;p=buildroot.git 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 Signed-off-by: Peter Korsgaard --- diff --git a/Makefile b/Makefile index b394fd54fa..87943b8ed4 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.