Re: [PATCH 2/2] kconfig: optionally use pkg-config to detect ncurses libs

2013-03-06 Thread Yann E. MORIN
Justin, All, On Wednesday 06 March 2013 j...@gentoo.org wrote: > From: Justin Lecher > > When building ncurses with --with-termlib several symbols get moved from > libncurses.so to libtinfo.so. Thus when linking with libncurses.so, one > additionally needs to link with libtinfo.so. > > The

[PATCH 2/2] kconfig: optionally use pkg-config to detect ncurses libs

2013-03-06 Thread jlec
From: Justin Lecher When building ncurses with --with-termlib several symbols get moved from libncurses.so to libtinfo.so. Thus when linking with libncurses.so, one additionally needs to link with libtinfo.so. The ncurses pkg-config module will be used to detect the necessary libs for linking.

[PATCH 2/2] kconfig: optionally use pkg-config to detect ncurses libs

2013-03-06 Thread jlec
From: Justin Lecher j...@gentoo.org When building ncurses with --with-termlib several symbols get moved from libncurses.so to libtinfo.so. Thus when linking with libncurses.so, one additionally needs to link with libtinfo.so. The ncurses pkg-config module will be used to detect the necessary

Re: [PATCH 2/2] kconfig: optionally use pkg-config to detect ncurses libs

2013-03-06 Thread Yann E. MORIN
Justin, All, On Wednesday 06 March 2013 j...@gentoo.org wrote: From: Justin Lecher j...@gentoo.org When building ncurses with --with-termlib several symbols get moved from libncurses.so to libtinfo.so. Thus when linking with libncurses.so, one additionally needs to link with libtinfo.so.