]> git.michaelhowe.org Git - packages/o/openafs.git/commit
macos: tell the compiler the system include path
authorMarcio Barbosa <mbarbosa@sinenomine.net>
Fri, 8 Nov 2019 02:56:13 +0000 (23:56 -0300)
committerStephan Wiesand <stephan.wiesand@desy.de>
Fri, 14 Feb 2020 19:23:27 +0000 (14:23 -0500)
commitb77092ceb0fb6ee06b0a7e5fdb22748ac1ed4ccc
treed84a50efff89ab3611d3a3e703accc0c2519829e
parentc75d8b632c1d4f55901fa2023ed0edb0c713cf0a
macos: tell the compiler the system include path

In order to support multiple SDKs, macOS Catalina no longer has the
/usr/include directory. As a result, the compiler needs to know where
these headers can be found. To successfully build OpenAFS on OSX 10.15,
set KROOT so the compiler knows the correct location of these headers.

Reviewed-on: https://gerrit.openafs.org/13936
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
Tested-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit 677b038814817defec9421e698ce67b44a7fd7d1)

Change-Id: I2043c2bc6e745ca55faf68b77d791168bc57bb1d
Reviewed-on: https://gerrit.openafs.org/14031
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/cf/osconf.m4
src/config/Makefile.config.in
src/libafs/MakefileProto.DARWIN.in