OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2904-g5563ff6

Gerrit Code Review gerrit@openafs.org
Sat, 8 Sep 2012 20:29:33 -0700 (PDT)


The following commit has been merged in the master branch:
commit 5563ff6674ddac87265d800878774532f6fa0dae
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Thu May 24 11:24:47 2012 +0100

    sys: Use libtool for pthreaded library
    
    Create a pthreaded version of libsys.a, called liboafs_sys.a
    
    On AIX, the sys library is special because it includes references to
    two syscall stubs - lpioctl and lsetpag. This means that we can't link
    the library with -no-undefined, as the references to these stubs are
    only resolved at run time.
    
    Change-Id: Iaae5923fe4eec7bc3f006e29df4e26e4ba8e5418
    Reviewed-on: http://gerrit.openafs.org/8061
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@your-file-system.com>

 src/sys/.gitignore         |    2 --
 src/sys/Makefile.in        |   43 +++++++++++++++++++++++++------------------
 src/sys/liboafs_sys.la.sym |    3 +++
 3 files changed, 28 insertions(+), 20 deletions(-)

-- 
OpenAFS Master Repository