OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4399-gf2d4ba8
Gerrit Code Review
gerrit@openafs.org
Wed, 8 Oct 2014 10:54:59 -0400
The following commit has been merged in the master branch:
commit f2d4ba8b61bfe51d2c2167190f0049c4ec94f220
Author: Benjamin Kaduk <kaduk@mit.edu>
Date: Fri Sep 19 14:39:04 2014 -0400
Build hcrypto with libtool
Or rather, with lwptool, since we need a LWP version as well as
the various pthreaded versions.
The previous version was the initial version, 1.1, but since we're
switching to libtool, bump the version to 2.0 just to be safe.
Libtool abstracts away the extra logic that had previously been needed
to build different copies of rand-fortuna for the pthreaded and LWP
libraries.
As for roken, we must install both shared and static libraries
to $(TOP_LIBDIR) for unity of consumption, but remove the libtool
archive after instllation.
Change-Id: Ibc530a1fa4baa7a38b44eb3e0719e1905a6fe269
Reviewed-on: http://gerrit.openafs.org/11482
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/crypto/hcrypto/Makefile.in | 208 +++++++++++++++----------------
src/crypto/hcrypto/libafshcrypto.la.sym | 47 +++++++
src/crypto/hcrypto/libafshcrypto.map | 58 ---------
3 files changed, 146 insertions(+), 167 deletions(-)
--
OpenAFS Master Repository