OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2617-g6f9443e

Gerrit Code Review gerrit@openafs.org
Wed, 27 Jun 2012 07:28:15 -0700 (PDT)


The following commit has been merged in the master branch:
commit 6f9443e702745d1e371eb72ad7fcba5cac47f3db
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Tue Jun 26 21:16:28 2012 +0100

    Unix builds: Reference krb5 libs in standard way
    
    Use $(LIB_krb5) and $(LDFLAGS_krb5) to reference the Kerberos
    library and linker flags, rather than directly using an autoconf
    substitution. This brings us in line with the way other libraries
    are handled.
    
    Change-Id: Icda16833abea32440a5c307c39eb06b32613b06a
    Reviewed-on: http://gerrit.openafs.org/7583
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/aklog/Makefile.in         |    2 +-
 src/config/Makefile.config.in |    2 ++
 src/libafscp/Makefile.in      |    1 -
 src/tsm41/Makefile.in         |    3 ++-
 src/venus/Makefile.in         |    4 ++--
 5 files changed, 7 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository