diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 14:05:23 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 14:05:23 +0000 |
commit | 4644f26d1f2fddca7fecb6b1a0f85b2d478b5680 (patch) | |
tree | c65f608236fad94110464d68745b8acdbef7dfd2 /net/hesiod | |
parent | fb44a469f5722a7bee57ca829758a11f76950fda (diff) | |
download | pkgsrc-4644f26d1f2fddca7fecb6b1a0f85b2d478b5680.tar.gz |
Pull in libbind resolver on Interix.
Diffstat (limited to 'net/hesiod')
-rw-r--r-- | net/hesiod/hacks.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/hesiod/hacks.mk b/net/hesiod/hacks.mk new file mode 100644 index 00000000000..e6dfa58ee8d --- /dev/null +++ b/net/hesiod/hacks.mk @@ -0,0 +1,11 @@ +# $NetBSD: hacks.mk,v 1.1 2005/11/08 14:05:23 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 |