OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_13_2-112-g63c3006
Gerrit Code Review
gerrit@openafs.org
Thu, 7 Aug 2025 12:13:01 -0400
The following commit has been merged in the openafs-stable-1_8_x branch:
commit 63c3006bf72dc602e48d111df4b53e0b618c0176
Author: Mark Vitale <mvitale@sinenomine.net>
Date: Mon Jan 13 17:59:29 2025 -0500
macos: Support building solely with Xcode headers
Since commit 677b03881481 (macos: tell the compiler the system include
path), and macOS 10.15 (Catalina), OpenAFS has required two sets of
system headers to build:
Xcode.app for the xcodeproj components
Command Line Tools for afs.kext
In order to make installing the Command Line Tools optional, support
building afs.kext with Xcode headers if the Command Line Tools are not
present.
Reviewed-on: https://gerrit.openafs.org/16136
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Ben Huntsman <ben@huntsmans.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
(cherry picked from commit cc85ba4f375d482719f0e8dcf216b2f45be7fd3f)
Change-Id: If688173b6a59a560bda801155d9c3bbec8a7733b
Reviewed-on: https://gerrit.openafs.org/16190
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
src/cf/macos.m4 | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository