OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4397-g493765c
Gerrit Code Review
gerrit@openafs.org
Wed, 8 Oct 2014 10:54:18 -0400
The following commit has been merged in the master branch:
commit 493765cc88a15fd7db14d13dc03f0771cf6bb210
Author: Benjamin Kaduk <kaduk@mit.edu>
Date: Tue Sep 23 16:58:08 2014 -0400
Link aklog against LIB_hcrypto
This was the last place where libafshcrypto.a was explicitly referenced,
preventing the use of an out-of-tree hcrypto library.
We will continue to need to build the in-tree code to produce a
libafshcrypto_lwp.a library for use in LWP applications, until we
do not have any more LWP applications, but some systems (such as
Debian) have a desire to avoid bundled libraries, so we should
facilitate the use of an external libhcrypto where possible.
Many consumers of libafshcrypto_lwp.a will be removed when the
LWP versions of various modules are removed after 1.8 is branched.
Change-Id: I23049866caae9c16ffb2ec32c5e7b058465a26ba
Reviewed-on: http://gerrit.openafs.org/11480
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Reviewed-by: D Brashear <shadow@your-file-system.com>
Tested-by: D Brashear <shadow@your-file-system.com>
src/aklog/Makefile.in | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
--
OpenAFS Master Repository