From 985cd506600dbc4b7b03025fc6e90493d2e5511b Mon Sep 17 00:00:00 2001 From: itojun Date: Tue, 13 Feb 2001 04:56:14 +0000 Subject: build it with internal openssl. 9.1.1rc1 has issues with include search path. --- net/bind9/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'net') 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} \ -- cgit v1.2.3