git: 706d8ffa3953 - main - cross-build: Add a <endian.h> wrapper for macOS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Jul 2025 17:53:46 UTC
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=706d8ffa3953c5b30a3527cfc63730c99a835f4b commit 706d8ffa3953c5b30a3527cfc63730c99a835f4b Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2025-07-29 17:52:11 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2025-07-29 17:52:11 +0000 cross-build: Add a <endian.h> wrapper for macOS This is required to build libkrb5support. Fixes: 7e35117eb07f ("Makefile: Hook MIT KRB5 into the build") --- tools/build/cross-build/include/mac/endian.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/build/cross-build/include/mac/endian.h b/tools/build/cross-build/include/mac/endian.h new file mode 100644 index 000000000000..11788044f05a --- /dev/null +++ b/tools/build/cross-build/include/mac/endian.h @@ -0,0 +1,7 @@ +/* + * Copyright (c) 2025 John Baldwin <jhb@FreeBSD.org> + * + * SPDX-License-Identifier: BSD-2-Clause + */ + +#include <sys/endian.h>