[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <1408359910-17394-2-git-send-email-silvio.fricke@gmail.com>
Date: Mon, 18 Aug 2014 13:05:10 +0200
From: Silvio Fricke <silvio.fricke@...il.com>
To: "Yann E . MORIN" <yann.morin.1998@...e.fr>
Cc: Silvio Fricke <silvio.fricke@...il.com>,
linux-kbuild@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2] kconfig: menuconfig: pkg-config should base upon default configuration
Since fc9c6e0 "menuconfig: optionally use pkg-config to detect ncurses
libs" we use pkg-config, but some cross toolchains (like yocto tc)
change the search pathes for pc files with some PKG_CONFIG_* environment
variables.
With this patch we ensure that we only get the host config options for
ncurses and don't mix with others not relevant settings.
Signed-off-by: Silvio Fricke <silvio.fricke@...il.com>
---
scripts/kconfig/lxdialog/check-lxdialog.sh | 3 +++
1 file changed, 3 insertions(+)
diff --git a/scripts/kconfig/lxdialog/check-lxdialog.sh b/scripts/kconfig/lxdialog/check-lxdialog.sh
index 9d2a4c5..a067d3c 100644
--- a/scripts/kconfig/lxdialog/check-lxdialog.sh
+++ b/scripts/kconfig/lxdialog/check-lxdialog.sh
@@ -1,6 +1,9 @@
#!/bin/sh
# Check ncurses compatibility
+unset PKG_CONFIG_PATH
+unset PKG_CONFIG_SYSROOT_DIR
+
# What library to link
ldflags()
{
--
2.0.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists