OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-11-g311f1d2

Gerrit Code Review gerrit@openafs.org
Mon, 6 Nov 2017 20:18:13 -0500


The following commit has been merged in the master branch:
commit 311f1d28a2f626350b33ad432e674055b62511bd
Author: Michael Laß <lass@mail.uni-paderborn.de>
Date:   Thu Nov 2 21:16:49 2017 +0100

    gtx: link against libtinfo if termlib is seperated
    
    If ncurses is built with "./configure --with-termlib=tinfo", gtx fails
    to link because of an undefined reference to the LINES symbol which is
    then provided by libtinfo.so and not libncurses.so.
    
    If ncurses is present, additionally check whether LINES is provided by
    ncurses or tinfo and set $LIB_curses accordingly.
    
    This change is based on a patch provided by Bastian Beischer.
    
    FIXES 134420
    
    Change-Id: I3e29c61405d90d0b850bafe4c51125bef433452b
    Reviewed-on: https://gerrit.openafs.org/12760
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/cf/curses.m4 |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository