OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-201-gc98994d

Gerrit Code Review gerrit@openafs.org
Thu, 18 Aug 2022 11:44:30 -0400


The following commit has been merged in the master branch:
commit c98994dd116121af75f6df6891e706957c6c953d
Author: Cheyenne Wills <cwills@sinenomine.net>
Date:   Wed Feb 9 14:00:13 2022 -0700

    autoconf: Additional library test for ncurses
    
    Depending on how the ncurses libraries were built the external symbol
    'LINES' may be replaced with the '_nc_LINES' external symbol.  Because
    the symbol 'LINES' may or may not be present, the autoconf test can fail
    to detect the correct libraries needed for curses support.
    
    Add an additional AC_CHECK_LIBs for the symbol _nc_LINES (within the
    ncurses or tinfo libraries) when setting the $LIB_curses.
    
    This commit was adapted from the openSuSE source packaging for openafs.
    
    Background: when ncurses is built with --enable-reentrant, LINES is
    defined as a C preprocessor macro that expands to a call to _nc_LINES
    
    Change-Id: If5e93078ff8cd0af5a50a25a8be7b462261a4f6f
    Reviewed-on: https://gerrit.openafs.org/14889
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Ralf Brunckhorst <rbrunckhorst@sinenomine.net>
    Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/cf/curses.m4 | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

-- 
OpenAFS Master Repository