diff options
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index 13b56e6e2d9..e7c156bd195 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2002/07/19 11:20:30 martti Exp $ +# $NetBSD: Makefile,v 1.41 2002/07/24 12:55:56 grant Exp $ # DISTNAME= bind-${BIND_VERSION} @@ -17,6 +17,10 @@ DIST_SUBDIR= bind/${BIND_VERSION} BUILD_DEFS+= USE_INET6 # No need to set USE_INET6, will auto-detect. +USE_LIBTOOL= yes +LIBTOOL_OVERRIDE+= ${WRKSRC}/libtool +LIBTOOL_OVERRIDE+= ${WRKSRC}/lib/bind/libtool + GNU_CONFIGURE= yes CONFIGURE_ARGS+=--disable-threads # Until we have real threads CONFIGURE_ARGS+=--with-libtool=yes \ |