HomeFreeBSD

security/zeek: Fix build with clang 19

Description

security/zeek: Fix build with clang 19

https://github.com/zeek/zeek/issues/3994
https://github.com/zeek/zeek/pull/3997

Clang 19 with libc++ started failing to compile because the
default implementation of std::char_traits was removed, making
uses of std::char_traits<unsigned char> invalid (by consequence,
also std::basic_string<unsigned char>).

(cherry picked from commit bf3c4a775bda4953b48221234a6e7047cc94b554)

Details

Provenance
leresAuthored on Oct 29 2024, 5:53 PM
Parents
R11:344f90172654: devel/spark: Marked i386 as broken
Branches
Unknown
Tags
Unknown