]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Rename libcom_err to libafscom_err
authorBen Kaduk <kaduk@mit.edu>
Sun, 19 Dec 2010 04:52:43 +0000 (23:52 -0500)
committerDerrick Brashear <shadow@dementia.org>
Fri, 29 Apr 2011 03:26:11 +0000 (20:26 -0700)
commit61414ab7a8adb3854dcd08aeaf5c642aea8477eb
tree0b1eb971aeda63c0c98d4c4fc596f69d0f84e274
parent0ca30d92a1b2445562bee05098121351990f215c
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

Reviewed-on: http://gerrit.openafs.org/3547
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 352c3e366c2e0a8de4550547192276e62afd2cc1)

Change-Id: I3aa116d280fe1b0efdfda79787f53fbee336a4e3
Reviewed-on: http://gerrit.openafs.org/4572
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
31 files changed:
src/afsweb/Makefile.in
src/aklog/Makefile.in
src/bozo/Makefile.in
src/bucoord/Makefile.in
src/budb/Makefile.in
src/butc/Makefile.in
src/butm/Makefile.in
src/cmd/test/Makefile.in
src/comerr/Makefile.in
src/comerr/test/Makefile.in
src/finale/Makefile.in
src/fsprobe/Makefile.in
src/gtx/Makefile.in
src/kauth/Makefile.in
src/kauth/test/Makefile.in
src/packaging/FreeBSD/pkg-plist
src/ptserver/Makefile.in
src/rxkad/test/Makefile.in
src/scout/Makefile.in
src/sgistuff/Makefile.in
src/tests/Makefile.in
src/tsm41/Makefile.in
src/tubik/Makefile.in
src/ubik/Makefile.in
src/update/Makefile.in
src/uss/Makefile.in
src/venus/Makefile.in
src/venus/test/Makefile.in
src/viced/Makefile.in
src/vlserver/Makefile.in
src/volser/Makefile.in