OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-522-gd6fd49c
Gerrit Code Review
gerrit@openafs.org
Wed, 2 Oct 2024 16:45:40 -0400
The following commit has been merged in the master branch:
commit d6fd49c55116ac34898a253669b4ff387fd5459a
Author: Mark Vitale <mvitale@sinenomine.net>
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 <buildbot@rampaginggeek.com>
Tested-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
src/cf/ctf-tools.m4 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository