pkgsrc/net/GeoIP/Makefile
maya 8eb16eb022 GeoIP: force-fail gethostbyname_r configure check.
NetBSD has this not-like-linux libc symbol and tries to hide it, but not
well enough that autoconf fails to find it.

Bump PKGREVISION for binary change.

From Stefan Schaeckeler in PR pkg/56116
2021-04-19 07:22:30 +00:00

23 lines
547 B
Makefile

# $NetBSD: Makefile,v 1.33 2021/04/19 07:22:30 maya Exp $
DISTNAME= GeoIP-1.6.12
PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=maxmind/}
GITHUB_PROJECT= geoip-api-c
GITHUB_RELEASE= v${PKGVERSION_NOREV}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/maxmind/geoip-api-c
COMMENT= GeoIP Legacy C API
LICENSE= gnu-lgpl-v2.1
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
TEST_TARGET= check
CONFIGURE_ARGS.NetBSD+= ac_cv_func_gethostbyname_r=no
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"