OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-225-ge395c9f

Gerrit Code Review gerrit@openafs.org
Tue, 5 Oct 2010 06:49:20 -0700 (PDT)


The following commit has been merged in the master branch:
commit e395c9f33617222391d4d8801e16de1a20b544e6
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Tue Oct 5 01:20:32 2010 +0100

    hcrypto: Fix builds on Irix
    
    The recent hcrypto pullup added a depedence on the errx() function,
    which isn't present on Irix. Solve this by pulling in a load more
    of libroken, in order to provide this function.
    
    In the long term, libroken should get split out into its own
    directory, and the ability to use a previously installed
    libroken should be added. For now, this will hopefully get Irix on
    its feet again.
    
    Change-Id: I0642f80079e113403cbef6eca03ca652616ddc61
    Reviewed-on: http://gerrit.openafs.org/2904
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 acinclude.m4                   |   26 +++++++++++++++++++++
 src/config/Makefile.config.in  |    2 +
 src/crypto/hcrypto/Makefile.in |   48 ++++++++++++++++++++++++++++++++++++---
 src/crypto/hcrypto/roken.h     |    4 +++
 4 files changed, 76 insertions(+), 4 deletions(-)

-- 
OpenAFS Master Repository