summaryrefslogtreecommitdiff
path: root/net/bind9
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-01-28 13:19:28 +0000
committeritojun <itojun@pkgsrc.org>2001-01-28 13:19:28 +0000
commit929d931fe316a97447654f62a457868ef382b137 (patch)
treed20d853229f3bff155b18574b1c6ddc19a606fb7 /net/bind9
parenteed5db3d36d4c8a79b3339dac704244f7bcdd1be (diff)
downloadpkgsrc-929d931fe316a97447654f62a457868ef382b137.tar.gz
use OpenSSL shipped with netbsd 1.5, or in pkgsrc/security/openssl.
Diffstat (limited to 'net/bind9')
-rw-r--r--net/bind9/Makefile7
1 files changed, 5 insertions, 2 deletions
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} \