Use real bind resolver on Interix.
This commit is contained in:
parent
33e38e1eaf
commit
b1034bfb83
1 changed files with 11 additions and 0 deletions
11
net/connect/hacks.mk
Normal file
11
net/connect/hacks.mk
Normal 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
|
Loading…
Reference in a new issue