OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_2pre2-3-g7507bc7

Gerrit Code Review gerrit@openafs.org
Wed, 9 Jan 2013 10:40:23 -0800 (PST)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 7507bc7375d9cf908c1cc17ff821c41be84bf930
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Fri Apr 6 23:56:30 2012 +0100

    shlibafsauthent: Add a load more objects
    
    The perl-AFS module needs to link against a pthreaded, PIC, library
    that contains all of the routines that it provides perl shims for.
    At the moment, libafsrpc_pic and libafsauthent_pic are the only such
    libraries that OpenAFS provides.
    
    Add all of the necessary objects to libafsauthent_pic such that the
    2.6.2 version of perl-AFS can build with a minimal set of patches.
    Minimise the damage by only making these available through the static
    version of the libafsauthent_pic library.
    
    Reviewed-on: http://gerrit.openafs.org/7070
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    
    This is a 1.6 version of this change, which adds some additional
    symbols and objects to cater for differences between master and 1.6
    The changes aren't relevant to master, as the whole shared library
    situation there is now completely different.
    
    Change-Id: Iad596cd92bc883e47c5d261886db61e9c7482112
    Reviewed-on: http://gerrit.openafs.org/8811
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Andrew Deason <adeason@sinenomine.net>
    Tested-by: Stephan Wiesand <stephan.wiesand@desy.de>
    Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
    Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>

 Makefile.in                     |    2 +-
 src/shlibafsauthent/Makefile.in |  109 +++++++++++++++++++++++++++++++++++++-
 2 files changed, 107 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository