Package: src:inspircd Version: 3.3.0-1 Severity: normal Hi there,
src:inspircd seems to Build-Depend on libgeoip-dev, but no GeoIP supports seems to built into the resulting binary. Looking into the source, it looks like there is support for using GeoIP2 (aka libmaxminddb) in src/modules/extra/m_geo_maxmind.cpp. Most likely, upstream removed support for GeoIP-Legacy (aka libgeoip) in favor of GeoIP2. Modifying Build-Depends to remove "libgeoip-dev" and add "libmaxminddb-dev" should fix this. Thanks, Faidon

