diff options
author | itojun <itojun> | 2001-02-13 04:56:14 +0000 |
---|---|---|
committer | itojun <itojun> | 2001-02-13 04:56:14 +0000 |
commit | 71c0089a93fa0cd68eb30bcc1a06ca2ff0bc8c2e (patch) | |
tree | bc72a86978b42bcae1a8a74bdf40226bdd028ce6 /net/bind9 | |
parent | 60612f0efb2aaca0045309d7c86f59af19f8d4dd (diff) | |
download | pkgsrc-71c0089a93fa0cd68eb30bcc1a06ca2ff0bc8c2e.tar.gz |
build it with internal openssl. 9.1.1rc1 has issues with include search path.
Diffstat (limited to 'net/bind9')
-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} \ |