Created attachment 335990 [details, diff] so libvformat relies on glibc equivalent of bundled str* functions libvformat provides its own set of str* functions already (today) in most if not all libc (exception of STRICMP [strcasecmp]). This patch fixes this. Though a nicer solution would be to do a config.h.in.
Debian has updated its patchset, so I am working on a new ebuild that incorporates those and this one.
Comment on attachment 335990 [details, diff] so libvformat relies on glibc equivalent of bundled str* functions Since we run autoheader anyway, simply including checks for these functions in configure.ac should do the trick.
Fixed in -r2. Thanks for the (partial) patch!