Attention is currently required from: Alex James. Hello build bot (Jenkins), Paul Menzel,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/60232
to look at the new patch set (#2).
Change subject: cbfstool: Avoid defining _XOPEN_SOURCE on macOS ......................................................................
cbfstool: Avoid defining _XOPEN_SOURCE on macOS
Similar to FreeBSD, defining _XOPEN_SOURCE on macOS restricts availability of non-standard functions, including memmem. Remove it to resolve a compilation error on macOS 10.15.7.
Change-Id: Iaee1ce7304c89f128a35a385032fce16a2772b13 Signed-off-by: Alex James theracermaster@gmail.com --- M util/cbfstool/Makefile.inc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/32/60232/2