pkg_name=geoip
pkg_repository=https://github.com/maxmind/geoip-api-c.git
pkg_branch_or_tag=v1.6.11

# Fix for the "missing _rpl_malloc() symbol" issue when cross-linking
# See <http://wiki.buici.com/xwiki/bin/view/Programing+C+and+C%2B%2B/Autoconf+and+RPL_MALLOC>
export ac_cv_func_malloc_0_nonnull=yes
export ac_cv_func_realloc_0_nonnull=yes
