diff options
author | tv <tv@pkgsrc.org> | 2005-11-07 20:36:12 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-07 20:36:12 +0000 |
commit | 77563ece73a0b9a6e97e488339e85e5104ecdad8 (patch) | |
tree | 6e48f1a31dd8849329e8da216c14a791a5bf9f93 /mail/rblcheck/hacks.mk | |
parent | 97d119cf4d3f2c1e8c551e8bda58d63675d6f9f7 (diff) | |
download | pkgsrc-77563ece73a0b9a6e97e488339e85e5104ecdad8.tar.gz |
Use the libbind resolver on Interix.
Diffstat (limited to 'mail/rblcheck/hacks.mk')
-rw-r--r-- | mail/rblcheck/hacks.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/rblcheck/hacks.mk b/mail/rblcheck/hacks.mk new file mode 100644 index 00000000000..3048c9a2954 --- /dev/null +++ b/mail/rblcheck/hacks.mk @@ -0,0 +1,11 @@ +# $NetBSD: hacks.mk,v 1.1 2005/11/07 20:36:12 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 |