Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

menuconfig,check-lxdiaglog.sh: Allow specification of ncurses location #30

Merged
merged 1 commit into from
Sep 4, 2018

Commits on Sep 4, 2018

  1. menuconfig,check-lxdiaglog.sh: Allow specification of ncurses location

    In some cross build environments such as the Yocto Project build
    environment it provides an ncurses library that is compiled
    differently than the host's version.  This causes display corruption
    problems when the host's curses includes are used instead of the
    includes from the provided compiler are overridden.  There is a second
    case where there is no curses libraries at all on the host system and
    menuconfig will just fail entirely.
    
    The solution is simply to allow an override variable in
    check-lxdialog.sh for environments such as the Yocto Project.  Adding
    a CROSS_CURSES_LIB and CROSS_CURSES_INC solves the issue and allowing
    compiling and linking against the right headers and libraries.
    
    Upstream-Status: submitted [https://lkml.org/lkml/2013/3/3/103]
    
    Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
    cc: Michal Marek <mmarek@suse.cz>
    cc: linux-kbuild@vger.kernel.org
    Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
    Signed-off-by: California Sullivan <california.l.sullivan@intel.com>
    jwessel authored and schnitzeltony committed Sep 4, 2018
    Configuration menu
    Copy the full SHA
    2f8bd1c View commit details
    Browse the repository at this point in the history