Final versions of ncurses libs detection patches

2013-03-06 Thread jlec
Hello, I am sorry for the long delay. Final versions of the patches which are reduced to the usage of pkg-config. And if unavailable we use the old code. Thanks for all suggestions, Justin -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

[PATCH 1/2] menuconfig: 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 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

Final versions of ncurses libs detection patches

2013-03-06 Thread jlec
Hello, I am sorry for the long delay. Final versions of the patches which are reduced to the usage of pkg-config. And if unavailable we use the old code. Thanks for all suggestions, Justin -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to

[PATCH 1/2] menuconfig: 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

[PATCH 2/2] kconfig: use config scripts to detect ncurses libs

2013-03-01 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. Ncurses provides a config script (ncurses5-config) or in very recent version even a

[PATCH 1/2] menuconfig: use config scripts to detect ncurses libs

2013-03-01 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. Ncurses provides a config script (ncurses5-config) or in very recent version even a

ncurses detection for nconfig/menuconfig patches revised

2013-03-01 Thread jlec
Hello, After the discussion I modified the patches to respect following things 1. Don't remove the legacy detection 2. use helpers in following order: pkg-config, ncurses5-config, ncurses6-config, old heuristic 3. only support the wide char implementation for menuconfig Regards,

ncurses detection for nconfig/menuconfig patches revised

2013-03-01 Thread jlec
Hello, After the discussion I modified the patches to respect following things 1. Don't remove the legacy detection 2. use helpers in following order: pkg-config, ncurses5-config, ncurses6-config, old heuristic 3. only support the wide char implementation for menuconfig Regards,

[PATCH 1/2] menuconfig: use config scripts to detect ncurses libs

2013-03-01 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. Ncurses provides a config script (ncurses5-config) or in very recent

[PATCH 2/2] kconfig: use config scripts to detect ncurses libs

2013-03-01 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. Ncurses provides a config script (ncurses5-config) or in very recent

[PATCH] menuconfig: use config scripts to detect ncurses libs

2013-02-28 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. Ncurses provides a config script (ncurses5-config) to assist finding ncurses. This

[PATCH 2/2] kconfig: use config scripts to detect ncurses libs

2013-02-28 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. Ncurses provides a config script (ncurses5-config) to assist finding ncurses. This

[PATCH 2/2] kconfig: use config scripts to detect ncurses libs

2013-02-28 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. Ncurses provides a config script (ncurses5-config) to assist finding

[PATCH] menuconfig: use config scripts to detect ncurses libs

2013-02-28 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. Ncurses provides a config script (ncurses5-config) to assist finding

[PATCH 1/2] Use config scripts to detect ncurses libs for menuconfig

2013-02-27 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. Ncurses provides a config script (ncurses5-config) to assist finding ncurses. This

[PATCH 2/2] Use config scripts to detect ncurses libs for nconfig

2013-02-27 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. Ncurses provides a config script (ncurses5-config) to assist finding ncurses. This

[PATCH 2/2] Use config scripts to detect ncurses libs for nconfig

2013-02-27 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. Ncurses provides a config script (ncurses5-config) to assist finding

[PATCH 1/2] Use config scripts to detect ncurses libs for menuconfig

2013-02-27 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. Ncurses provides a config script (ncurses5-config) to assist finding