On 26 Oct 2024, at 19:37, Jessica Clarke <jrt...@freebsd.org> wrote: > > On 26 Oct 2024, at 19:12, Robert Clausecker <f...@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 <f...@freebsd.org> >> AuthorDate: 2024-10-26 14:16:10 +0000 >> Commit: Robert Clausecker <f...@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?
Or INCS in fact, given the header is installed to /usr/include itself. Jess