OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-798-g7cd992d
Gerrit Code Review
gerrit@openafs.org
Tue, 1 Mar 2011 19:55:31 -0800 (PST)
The following commit has been merged in the master branch:
commit 7cd992d7037154b0edb09c9e1a1318b42d085485
Author: Simon Wilkinson <sxw@your-file-system.com>
Date: Tue Mar 1 00:08:12 2011 +0000
roken: Fix out-of-tree libroken builds
The libroken configuration script is supposed to support using a
libroken which is installed out of the OpenAFS tree, but which isn't
in the standard search paths, by using --with-roken=/path/to/base
This didn't previously work. Fix this so that it works correctly,
and also fix a few problems with libafshcrypto, which assumed that
LDFLAGS_roken would always be -L$(TOP_LIBDIR)
Change-Id: I1219692f601a621e6c08ae26516136ed0cc03845
Reviewed-on: http://gerrit.openafs.org/4096
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4 | 2 ++
src/cf/roken.m4 | 14 ++++++++------
src/config/Makefile.config.in | 5 +++--
src/crypto/hcrypto/Makefile.in | 2 +-
src/libuafs/Makefile.common.in | 6 +++---
5 files changed, 17 insertions(+), 12 deletions(-)
--
OpenAFS Master Repository