]> git.michaelhowe.org Git - packages/o/openafs.git/commit
Build libafscp when we lack kerberos
authorAndrew Deason <adeason@sinenomine.net>
Tue, 26 Apr 2011 19:44:46 +0000 (14:44 -0500)
committerDerrick Brashear <shadow@dementix.org>
Sat, 10 Sep 2011 23:36:16 +0000 (16:36 -0700)
commit48f9ce6e3a7406eec1a9a6dc481743ad41284103
tree9f66757095780aa27cf059c3690c9217f18e639e
parente475ca5410dcb79b26c9c5e79ccdb9d9f2357a86
Build libafscp when we lack kerberos

Currently, venus fails to build without kerberos, since the
dependencies for afsio always include afscp.h, which does not exist
when we do not build libafscp. To fix this the easy way, and since
libafscp is still very useful without kerberos, allow libafscp to
build without kerberos support (which limits it to anonymous
connections only).

Reviewed-on: http://gerrit.openafs.org/4577
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
(cherry picked from commit 64c92b24447aa1a86a4557d6bab3a72b38640fce)

Change-Id: I32ad1e26ab4f45647a69c0641e3027006e28bc2e
Reviewed-on: http://gerrit.openafs.org/5385
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: Derrick Brashear <shadow@dementix.org>
Makefile.in
src/libafscp/afscp_server.c
src/libafscp/afscp_util.c
src/venus/Makefile.in