OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-706-g66bd7cf

Gerrit Code Review gerrit@openafs.org
Mon, 31 Jan 2011 09:45:59 -0800 (PST)


The following commit has been merged in the master branch:
commit 60eff137a99ed7d9d5e70966c6f86425ae93b82b
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Sun Jan 30 18:35:28 2011 +0000

    bozo: Fix linker problem on Linux
    
    Some unconnected changes break the Linux linker when faced with this
    library list. librx is included too early, and liblwp isn't included
    after the second inclusion of librx. Reorder the library list to fix
    this problem, and so it matches the library order in the rest of our
    modules.
    
    Change-Id: Iba19111f613c70c8a6e66539b437a99d58faf7f4
    Reviewed-on: http://gerrit.openafs.org/3775
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 src/bozo/Makefile.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository