Paul Menzel uploaded patch set #4 to this change.

View Change

kconfig/Makefile: Remove `-ltinfo` from host library list

This reverts commit 622a28d22b917dec29d8b75aab8cdf55300a7e4c.

> util/kconfig: Fix missing library issue with ld 2.24 and newer

`libtinfo.so` is not available on all installations.

$ make menuconfig
/usr/lib/gcc/x86_64-pc-linux-gnu/7.5.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ltinfo
collect2: error: ld returned 1 exit status

The upstream Kconfig build system in the Linux kernel also does have
this, so remove it from `HOST_LOADLIBES`.

Change-Id: Ie753332088be360d38dae97dfe34c24af12078fc
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
---
M util/kconfig/Makefile
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://review.coreboot.org:29418/coreboot refs/changes/23/43823/4

To view, visit change 43823. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Change-Id: Ie753332088be360d38dae97dfe34c24af12078fc
Gerrit-Change-Number: 43823
Gerrit-PatchSet: 4
Gerrit-Owner: Paul Menzel <paulepanter@users.sourceforge.net>
Gerrit-Reviewer: Martin Roth <martinroth@google.com>
Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-CC: Angel Pons <th3fanbus@gmail.com>
Gerrit-MessageType: newpatchset