OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-1118-g352c3e3
Gerrit Code Review
gerrit@openafs.org
Tue, 26 Apr 2011 07:50:40 -0700 (PDT)
The following commit has been merged in the master branch:
commit 352c3e366c2e0a8de4550547192276e62afd2cc1
Author: Ben Kaduk <kaduk@mit.edu>
Date: Sat Dec 18 23:52:43 2010 -0500
Rename libcom_err to libafscom_err
We no longer provide a compatible libcom_err, and in fact
we renamed the symbols in our libcom_err several years ago
to reflect this fact.
When we build on a system where KRB5_LIBS includes
-lkrb5 -lcom_err , the new Unix build system will pick up
our libcom_err (as $(AFS_LDFLAGS) is the first argument in
AFS_LDRULE and pulls in a linker search path for our libcom_err)
which does not provide all the needed symbols for libkrb5.
Fully rename our libcom_err away to avoid these conflicts.
FIXES 128640
Change-Id: Ifdd677609f432d42252b1716fc5e8755f3a44640
Reviewed-on: http://gerrit.openafs.org/3547
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/afsweb/Makefile.in | 2 +-
src/bozo/Makefile.in | 2 +-
src/bucoord/Makefile.in | 2 +-
src/budb/Makefile.in | 2 +-
src/butc/Makefile.in | 2 +-
src/butm/Makefile.in | 4 ++--
src/cmd/test/Makefile.in | 2 +-
src/comerr/Makefile.in | 16 ++++++++--------
src/comerr/test/Makefile.in | 4 ++--
src/finale/Makefile.in | 2 +-
src/fsprobe/Makefile.in | 2 +-
src/gtx/Makefile.in | 2 +-
src/kauth/Makefile.in | 4 ++--
src/kauth/test/Makefile.in | 2 +-
src/packaging/FreeBSD/pkg-plist | 2 +-
src/ptserver/Makefile.in | 2 +-
src/rxkad/test/Makefile.in | 4 ++--
src/scout/Makefile.in | 2 +-
src/sgistuff/Makefile.in | 4 ++--
src/tests/Makefile.in | 4 ++--
src/tsm41/Makefile.in | 4 ++--
src/tubik/Makefile.in | 2 +-
src/ubik/Makefile.in | 2 +-
src/update/Makefile.in | 2 +-
src/uss/Makefile.in | 2 +-
src/venus/Makefile.in | 4 ++--
src/venus/test/Makefile.in | 2 +-
src/viced/Makefile.in | 2 +-
src/vlserver/Makefile.in | 2 +-
src/volser/Makefile.in | 4 ++--
30 files changed, 46 insertions(+), 46 deletions(-)
--
OpenAFS Master Repository