OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1131-g64c92b2

Gerrit Code Review gerrit@openafs.org
Wed, 27 Apr 2011 10:39:09 -0700 (PDT)


The following commit has been merged in the master branch:
commit 64c92b24447aa1a86a4557d6bab3a72b38640fce
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Apr 26 14:44:46 2011 -0500

    Build libafscp when we lack kerberos
    
    Currently, venus fails to build without kerberos, since the
    dependencies for afsio always include afscp.h, which does not exist
    when we do not build libafscp. To fix this the easy way, and since
    libafscp is still very useful without kerberos, allow libafscp to
    build without kerberos support (which limits it to anonymous
    connections only).
    
    Change-Id: Ief620ca99223f195795dcbe746b47fcbfa2e7450
    Reviewed-on: http://gerrit.openafs.org/4577
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>

 Makefile.in                 |    6 +-----
 src/libafscp/afscp_server.c |   10 ++++++++--
 src/libafscp/afscp_util.c   |    8 ++++++--
 src/venus/Makefile.in       |   16 ++++------------
 4 files changed, 19 insertions(+), 21 deletions(-)

-- 
OpenAFS Master Repository