OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2373-g10a7428
Gerrit Code Review
gerrit@openafs.org
Tue, 10 Apr 2012 09:30:57 -0700 (PDT)
The following commit has been merged in the master branch:
commit 10a7428b79e44b203a132e70cf929a6ee9b18650
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.
Change-Id: I5a2aa5f5fbcfbe15aa7a23c3ab57b34b979ab2f3
Reviewed-on: http://gerrit.openafs.org/7070
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
Makefile.in | 2 +-
src/shlibafsauthent/Makefile.in | 91 ++++++++++++++++++++++++++++++++++++++-
2 files changed, 90 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository