On Wed, Mar 13, 2024 at 12:49:32PM +0100, Lucas Nussbaum wrote: > > dnstop.c:1891:10: error: implicit declaration of function ‘strcasestr’; did > > you mean ‘strcasecmp’? [-Werror=implicit-function-declaration] > > 1891 | if (!strcasestr(bpf_program_str, "port ")) > > | ^~~~~~~~~~ > > | strcasecmp
I have uploaded a new version that builds on amd64, and the literal "strcasestr" is no longer part of the sources. Does this fix the issue? Greetings Marc