summaryrefslogtreecommitdiff
path: root/net/bind9
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-02-13 04:56:14 +0000
committeritojun <itojun@pkgsrc.org>2001-02-13 04:56:14 +0000
commitf78d3b14e8508bf0110cf5d6e78245a34087fc7f (patch)
treebc72a86978b42bcae1a8a74bdf40226bdd028ce6 /net/bind9
parentf5556fef89101b2ce85a6c117e9764acbcd6d271 (diff)
downloadpkgsrc-f78d3b14e8508bf0110cf5d6e78245a34087fc7f.tar.gz
build it with internal openssl. 9.1.1rc1 has issues with include search path.
Diffstat (limited to 'net/bind9')
-rw-r--r--net/bind9/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index 135e38299d7..8b143cdd644 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2001/02/08 10:31:43 itojun Exp $
+# $NetBSD: Makefile,v 1.26 2001/02/13 04:56:14 itojun Exp $
#
DISTNAME= bind-${BIND_VERSION}
@@ -27,8 +27,9 @@ CONFIGURE_ARGS+=--with-libtool=yes \
LDFLAGS+= -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib
# use external OpenSSL. comment the following two lines out to use
# OpenSSL shipped with BIND9.
-USE_SSL= yes
-CONFIGURE_ARGS+=--with-openssl=${LOCALBASE}
+# 9.1.1rc1 has errors in openssh include path determination.
+#USE_SSL= yes
+#CONFIGURE_ARGS+=--with-openssl=${LOCALBASE}
post-build:
${SED} \