Return to Makefile CVS log | Up to [cvs.NetBSD.org] / pkgsrc / net / libcares |
libcares: updated to 1.22.1 c-ares version 1.22.1 Bugfixes: Fix /etc/hosts processing performance with all entries using same IPaddress. Large hosts files using the same IP address for all entries could use exponential time. Fix typos in manpages Fix OpenWatcom building
# $NetBSD: Makefile,v 1.38 2023/11/22 11:48:32 adam Exp $ DISTNAME= c-ares-1.22.1 PKGNAME= ${DISTNAME:S/c-/libc/1} CATEGORIES= net MASTER_SITES= https://c-ares.haxx.se/download/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://c-ares.haxx.se/ COMMENT= Asynchronous resolver library, c-ares LICENSE= mit CMAKE_ARGS+= -DCARES_STATIC=ON .include "../../devel/cmake/build.mk" .include "../../mk/bsd.pkg.mk"