On Thu, Jul 08, 2021 at 11:01:17AM +0100, Stuart Henderson wrote: > Looking at a few other ports with WANTLIB containing sqlite3 but not z, > it seems there's no general problem with these. So it does seem specific > to bogofilter. The libz dependency came along with the update to sqlite > 3.25.1. But downstream software doesn't normally need to link to libz > directly, it comes via inter library dependency for shared libraries.
Looks like it explicitly gets sqlite3 static, so all those extra libs come from Libs.private in pkgconfig, I think Gonna look closer at configure
