From bdf472d5bf9b90322c38886814e29bdf8921c5af Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 11 Sep 2013 14:15:15 +0200 Subject: [PATCH] Makefile: also unexport PKG_CONFIG_LIBDIR Similar to how we do it for _PATH / _SYSROOT_DIR. Buildroot gets fairly confused if the user has set up a custom PKG_CONFIG_LIBDIR, so ensure it gets unset. Signed-off-by: Peter Korsgaard --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 3ca731394..861059284 100644 --- a/Makefile +++ b/Makefile @@ -175,6 +175,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 +unexport PKG_CONFIG_LIBDIR # Having DESTDIR set in the environment confuses the installation # steps of some packages.