pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/connect Use real bind resolver on Interix.
details: https://anonhg.NetBSD.org/pkgsrc/rev/a73867a29b7e
branches: trunk
changeset: 502261:a73867a29b7e
user: tv <tv%pkgsrc.org@localhost>
date: Thu Nov 03 17:24:30 2005 +0000
description:
Use real bind resolver on Interix.
diffstat:
net/connect/hacks.mk | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diffs (15 lines):
diff -r c673bb35941c -r a73867a29b7e net/connect/hacks.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/connect/hacks.mk Thu Nov 03 17:24:30 2005 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index