pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/hesiod Pull in libbind resolver on Interix.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a82893d2a83b
branches:  trunk
changeset: 502697:a82893d2a83b
user:      tv <tv%pkgsrc.org@localhost>
date:      Tue Nov 08 14:05:23 2005 +0000

description:
Pull in libbind resolver on Interix.

diffstat:

 net/hesiod/hacks.mk |  11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diffs (15 lines):

diff -r 9a97ac8fc8c2 -r a82893d2a83b net/hesiod/hacks.mk
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/hesiod/hacks.mk       Tue Nov 08 14:05:23 2005 +0000
@@ -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



Home | Main Index | Thread Index | Old Index