Re: git: 87c2aab0a0b3 - main - lib/libcrypt: reinstate CFLAGS+=-I${SRCTOP}/sys/crypto/sha2

From: Jessica Clarke <jrtc27_at_freebsd.org>
Date: Sat, 26 Oct 2024 18:37:11 UTC
On 26 Oct 2024, at 19:12, Robert Clausecker <fuz@FreeBSD.org> wrote:
> 
> The branch main has been updated by fuz:
> 
> URL: https://cgit.FreeBSD.org/src/commit/?id=87c2aab0a0b3db2a4690773b869e8cfc8b3ac6c2
> 
> commit 87c2aab0a0b3db2a4690773b869e8cfc8b3ac6c2
> Author:     Robert Clausecker <fuz@FreeBSD.org>
> AuthorDate: 2024-10-26 14:16:10 +0000
> Commit:     Robert Clausecker <fuz@FreeBSD.org>
> CommitDate: 2024-10-26 18:11:02 +0000
> 
>    lib/libcrypt: reinstate CFLAGS+=-I${SRCTOP}/sys/crypto/sha2
> 
>    This is apparently needed for the cross-build from Linux to succeed.

Sounds like you need to add to SYSINCS in tools/build/Makefile like was
done for md4.h?

Jess