OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-22-g0e84b74

Gerrit Code Review gerrit@openafs.org
Thu, 27 May 2021 11:27:59 -0400


The following commit has been merged in the master branch:
commit 0e84b740c75dc7befaa976cf09703b3439296131
Author: Cheyenne Wills <cwills@sinenomine.net>
Date:   Mon Apr 26 16:17:39 2021 -0600

    cf: Disable swig if shared libraries are disabled
    
    When building with the option --disable-shared and swig is also enabled
    (either explicitly, or autodetected) a build failure occurs when trying
    to link libuafs/PERLUAFS/ukernel.so
    
    Update the configure test for swig to disable the swig autodetection
    when --disable-shared was specified, as well as emitting a notice
    message stating that the swig autodetection has been disabled.
    
    If --with-swig=yes was specified along with --disable-shared, generate a
    configure error stating --with-swig is incompatible with
    --disable-shared.
    
    Change-Id: I766cf13b41c1d160e98eb160e0f907d5de2472c9
    Reviewed-on: https://gerrit.openafs.org/14606
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/cf/swig.m4 |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository