summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjklos <jklos>2009-09-28 22:52:47 +0000
committerjklos <jklos>2009-09-28 22:52:47 +0000
commit902b48bd8224481e760ec6314d57bb04ad963cd7 (patch)
treeb9b3ca6b68a73fd1f36172a53c3ef2b01b1c88b4 /net
parentb80d2fc5293eff93959689468851362f771431fc (diff)
downloadpkgsrc-902b48bd8224481e760ec6314d57bb04ad963cd7.tar.gz
BIND on NetBSD/macppc (and likely other PowerPC) lock up after some time
if threads are enabled, so we disable threads until this is fixed.
Diffstat (limited to 'net')
-rw-r--r--net/bind96/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/net/bind96/Makefile b/net/bind96/Makefile
index f03165c52c0..18fa5b3ab62 100644
--- a/net/bind96/Makefile
+++ b/net/bind96/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2009/09/08 08:42:45 tnn Exp $
+# $NetBSD: Makefile,v 1.10 2009/09/28 22:52:47 jklos Exp $
DISTNAME= bind-${BIND_VERSION}
PKGNAME= ${DISTNAME:S/-P1/pl1/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= net
MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${BIND_VERSION}/ \
http://ftp.belnet.be/pub/mirror/ftp.isc.org/isc/bind9/${BIND_VERSION}/
@@ -38,6 +38,9 @@ CONFIGURE_ARGS+= --with-openssl=${SSLBASE:Q}
.if ${MACHINE_PLATFORM:MNetBSD-*-mipsel} != ""
CONFIGURE_ARGS+= --disable-atomic
.endif
+.if ${MACHINE_PLATFORM:MNetBSD-*-powerpc} != ""
+CONFIGURE_ARGS+= --disable-threads
+.endif
PKG_GROUPS_VARS+= BIND_GROUP
PKG_USERS_VARS+= BIND_USER