From 4f607edffda4835884f1f013f5d0ae0cb2eadeb7 Mon Sep 17 00:00:00 2001 From: Charles Manning Date: Sun, 2 Dec 2012 11:13:04 +0000 Subject: 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 --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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. -- cgit v1.2.3