build: fix host menu config targets using ncurses
authorPetr Štetiar <ynezz@true.cz>
Fri, 20 Sep 2019 12:54:56 +0000 (14:54 +0200)
committerRISCi_ATOM <bob@bobcall.me>
Thu, 10 Oct 2019 15:55:43 +0000 (11:55 -0400)
commitba19af29508bd96f652412eb84ad2c9391ee5400
tree7d003f37c3bac001bf27c3ed4f7b31440ee80c0a
parent7b0c93d8d2877c64963d70ca6d4c54c576d812f7
build: fix host menu config targets using ncurses

On a recent Gentoo Linux installation, invoking `make menuconfig`, `make
kernel_menuconfig` or `make kernel_nconfig` in the build system fails,
whereas for example `make menuconfig` in the kernel tree alone works as
expected.

This is happening because STAGING_PREFIX is not defined when kernel's
{menu,n}config target calls pkg-config from the toolchain/host and thus
pkg-config returns an empty value, and the fallback values in the kernel
config script are applied but those are off and the linking fails.

Solution is to use system's pkg-config for all ncurses based menu config
targets in order to provide proper compiler/linker flags.

Ref: FS#2423
Cc: Thomas Albers <thomas.gameiro@gmail.com>
Tested-by: Stijn Tintel <stijn@linux-ipv6.be>
Tested-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 965f341aa9fdb6e07d509d02a6ca188af050292a)
Makefile
include/toplevel.mk
scripts/config/Makefile