From 929d931fe316a97447654f62a457868ef382b137 Mon Sep 17 00:00:00 2001 From: itojun Date: Sun, 28 Jan 2001 13:19:28 +0000 Subject: use OpenSSL shipped with netbsd 1.5, or in pkgsrc/security/openssl. --- net/bind9/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'net/bind9') diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 4ec7509bab0..17014a68d80 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2001/01/28 06:51:01 itojun Exp $ +# $NetBSD: Makefile,v 1.22 2001/01/28 13:19:28 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -8,7 +8,6 @@ MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://www.isc.org/products/BIND/ - # IPv6 ready, automatically detected .include "../../mk/bsd.prefs.mk" BUILD_DEFS+= USE_INET6 @@ -24,6 +23,10 @@ CONFIGURE_ARGS+=--with-libtool=yes \ --localstatedir=/var \ --with-randomdev=/dev/urandom 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} post-build: ${SED} \ -- cgit v1.2.3