pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/GeoIP
Module Name: pkgsrc
Committed By: maya
Date: Mon Apr 19 07:22:30 UTC 2021
Modified Files:
pkgsrc/net/GeoIP: Makefile
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/GeoIP/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/GeoIP/Makefile
diff -u pkgsrc/net/GeoIP/Makefile:1.32 pkgsrc/net/GeoIP/Makefile:1.33
--- pkgsrc/net/GeoIP/Makefile:1.32 Wed Jan 8 11:59:43 2020
+++ pkgsrc/net/GeoIP/Makefile Mon Apr 19 07:22:30 2021
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.32 2020/01/08 11:59:43 nia Exp $
+# $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
@@ -16,5 +17,7 @@ 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"
Home |
Main Index |
Thread Index |
Old Index