The following commit has been merged in the master branch:
commit d6fd49c55116ac34898a253669b4ff387fd5459a
Author: Mark Vitale <[email protected]>
Date:   Mon Aug 12 13:50:32 2024 -0400

    build: Fix out-of-tree builds for CTF debuginfo platforms
    
    Object directory builds that are configured to include CTF debuginfo
    (e.g., Solaris with ctf tools installed and configure --enable-debug)
    will fail with:
    
      make
      ...
      sh: line 1: 
/export/home/mvitale/src/sna-openafs-master/src/config/cc-wrapper: not found
      ...
    
    Modify the path for CC_WRAPPER and LD_WRAPPER to point to the object
    directory, not the source directory.
    
    Change-Id: I972be95e7cd7b5dbac3ca6d8d76077cb152618c2
    Reviewed-on: https://gerrit.openafs.org/15815
    Tested-by: BuildBot <[email protected]>
    Tested-by: Michael Meffie <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>

 src/cf/ctf-tools.m4 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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

Reply via email to