New comment by chloris-pale-green on void-packages repository https://github.com/void-linux/void-packages/issues/38036#issuecomment-1183440386 Comment: > configure can't find strlcat/strlcpy and fails (with or without perl) @tranzystorek-io I can confirm that. I get these errors in build stage `=> opendkim-2.10.3_12: running do_configure ...` (some additional OK lines included): ``` checking bsd/string.h usability... yes checking bsd/string.h presence... yes checking for bsd/string.h... yes checking for strlcat... no checking for library containing strlcat... no checking for library containing strlcpy... no checking for strlcpy... no checking for library containing strlcat... (cached) no checking for library containing strlcpy... (cached) no configure: error: no strlcpy/strlcat found => ERROR: opendkim-2.10.3_12: do_configure: '${configure_script} ${configure_args}' exited with 1 => ERROR: in do_configure() at common/build-style/gnu-configure.sh:8 ```