OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-329-g96e95c4

Gerrit Code Review gerrit@openafs.org
Fri, 29 Oct 2010 09:10:27 -0700 (PDT)


The following commit has been merged in the master branch:
commit 96e95c4000ce649591275eb4aefceb5f28f92c6b
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Fri Oct 29 12:40:31 2010 +0100

    shlib-build: Add ignore option
    
    Add an option to shlib-build to ignore missing symbols in the map file.
    This is already the default on some platforms, but others (such as
    Darwin) require that all symbols in the mapfile be present in the
    objects. This is a pain for libraries such as libroken, which will
    have different symbols on different platforms.
    
    Specifying -i adds the necessary magic to Darwin's ld to relax this
    check. Changes may also be necessary for other platforms, but I
    don't currently have those available for testing.
    
    Change-Id: Ieaff8ed6dd4e16dfc420b90b85e4471952d83bd2
    Reviewed-on: http://gerrit.openafs.org/3188
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/config/shlib-build.in |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

-- 
OpenAFS Master Repository