Use real bind resolver on Interix.

This commit is contained in:
tv 2005-11-03 17:24:30 +00:00
parent 33e38e1eaf
commit b1034bfb83

11
net/connect/hacks.mk Normal file
View file

@ -0,0 +1,11 @@
# $NetBSD: hacks.mk,v 1.1 2005/11/03 17:24:30 tv Exp $
###
### Need a real resolver on Interix.
###
.if ${OPSYS} == "Interix"
BUILDLINK_PASSTHRU_DIRS+= /usr/local/include/bind /usr/local/lib/bind
CPPFLAGS+= -I/usr/local/include/bind
LDFLAGS+= -L/usr/local/lib/bind
LIBS+= -lbind -ldb
.endif