OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-355-g69e083d

Gerrit Code Review gerrit@openafs.org
Sun, 24 Mar 2019 04:24:39 -0400


The following commit has been merged in the master branch:
commit 69e083d4aaf8731049cbedf85ee5ade31277f251
Author: Ben Kaduk <kaduk@mit.edu>
Date:   Fri Dec 13 18:46:11 2013 -0500

    Build rxgk support into libafsrpc
    
    Add a dependency on the appropriate $(GSSAPI_LIBS) and link in the
    librxgk_pic.la helper. Careful control of what functions are exposed
    allows static linking to continue to work when rxgk is disabled,
    though a stub is needed for the case of rxgk_GetServerInfo, so that
    there is a symbol present to satisfy the export symbol list.
    
    Consumers of libafsrpc.a need not be modified in accordance
    with this change.
    
    Change-Id: I76c0329ba842fb0d4d66534810b114a0813c90a0
    Reviewed-on: https://gerrit.openafs.org/10591
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 Makefile.in                    |    2 +-
 src/libafsrpc/Makefile.in      |    7 +++----
 src/libafsrpc/libafsrpc.la.sym |    1 +
 3 files changed, 5 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository