The following commit has been merged in the master branch:
commit 0e84b740c75dc7befaa976cf09703b3439296131
Author: Cheyenne Wills <[email protected]>
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 <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>

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

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to