diff options
author | itojun <itojun@pkgsrc.org> | 2001-02-04 11:15:43 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-02-04 11:15:43 +0000 |
commit | bc5f136ebb760e8e82eecd67a8098537ad1abbfd (patch) | |
tree | f883c0bcfe90a5713946f6b0ed48a1dbd7e42223 /net/bind9-current/Makefile | |
parent | a3cbbd8ffd632c9031afe0857851f5f1b1555666 (diff) | |
download | pkgsrc-bc5f136ebb760e8e82eecd67a8098537ad1abbfd.tar.gz |
use external openssl. support KAME link-local scopeid (interface name).
to sync with net/bind9, patches/patch-a[bc] are renamed into patches-a[ij].
Diffstat (limited to 'net/bind9-current/Makefile')
-rw-r--r-- | net/bind9-current/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/bind9-current/Makefile b/net/bind9-current/Makefile index c8b45881581..c67818f994b 100644 --- a/net/bind9-current/Makefile +++ b/net/bind9-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/02/04 10:43:23 itojun Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/04 11:15:43 itojun Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -23,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} \ |