diff options
Diffstat (limited to 'net/bind9/Makefile')
-rw-r--r-- | net/bind9/Makefile | 7 |
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} \ |