Hello build bot (Jenkins), Patrick Georgi, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/43823
to look at the new patch set (#4).
Change subject: kconfig/Makefile: Remove `-ltinfo` from host library list ......................................................................
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