OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2897-gd6d2f28
Gerrit Code Review
gerrit@openafs.org
Fri, 7 Sep 2012 05:27:56 -0700 (PDT)
The following commit has been merged in the master branch:
commit d6d2f2845072e75cdf1e21bd5d28aba70610bce7
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Tue May 22 08:37:08 2012 +0100
comerr: Convert to using libtool
Convert the libafs_comerr library so that it uses libtool.
comerr uses a pthread lock to protect the error tables, so it needs
to be built as both an LWP, and a pthread library (previously, we've
just built it as LWP, which is probably broken on some platforms, as
it won't define -D_REENTRANT)
libafscom_err.a remains as the LWP variant, and all pthreaded code is
modified to use the libtool liboafs_comerr.la library.
Change-Id: Id421cc97ad8681b42af7a5eb3cb512e1e1ce9a90
Reviewed-on: http://gerrit.openafs.org/8054
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Tested-by: Derrick Brashear <shadow@your-file-system.com>
src/comerr/Makefile.in | 24 +++++++++++++++++-------
src/comerr/liboafs_comerr.la.sym | 10 ++++++++++
src/tubik/Makefile.in | 3 ++-
tests/cmd/Makefile.in | 2 +-
4 files changed, 30 insertions(+), 9 deletions(-)
--
OpenAFS Master Repository