summaryrefslogtreecommitdiff
path: root/net/nocol/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-07-03 13:54:45 +0000
committerjoerg <joerg@pkgsrc.org>2007-07-03 13:54:45 +0000
commite24209d1455027ac9e39ab799fbdc2c1e21f9cfc (patch)
treef0384614f91c073d547064a3c7e0dd2d67393d7e /net/nocol/Makefile
parentfa3e8e36f943b91d9e0ce955b1413de422524561 (diff)
downloadpkgsrc-e24209d1455027ac9e39ab799fbdc2c1e21f9cfc.tar.gz
Add common handling for libresolv similiar to dlopen(3) wrapping.
For now, DragonFly and FreeBSD use the libc version, it is not reentrant, but thread-safe. NetBSD 3.0+ and Darwin 8.0+ use libresolv from base (the BIND9 resolver), all other fall back to net/bind9. Feel free to add your favorite platform if it has a thread-safe resolver in base. Modify mail/libspf-alf, mail/milter-greylist, mail/spamdyke and net/nocol accordingly. Testing on !DragonFly and feedback from tron@
Diffstat (limited to 'net/nocol/Makefile')
-rw-r--r--net/nocol/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/nocol/Makefile b/net/nocol/Makefile
index 87d57746b8d..4018b4d36a9 100644
--- a/net/nocol/Makefile
+++ b/net/nocol/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2007/02/22 19:26:57 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2007/07/03 13:54:46 joerg Exp $
#
DISTNAME= nocol-4.3.1
@@ -62,4 +62,5 @@ post-install:
${PREFIX}/share/nocol/gifs; \
done
+.include "../../mk/resolv.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"