Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-3-0]: src/usr.sbin/bind Pull up following revision(s) (requested ...



details:   https://anonhg.NetBSD.org/src/rev/e6ee2ccf84a8
branches:  netbsd-3-0
changeset: 579286:e6ee2ccf84a8
user:      ghen <ghen%NetBSD.org@localhost>
date:      Tue Aug 29 09:38:44 2006 +0000

description:
Pull up following revision(s) (requested by jdc in ticket #1489):
        usr.sbin/bind/Makefile.inc: revision 1.24
Disable threaded support for sparc and sparc64.
OK martin@.

diffstat:

 usr.sbin/bind/Makefile.inc |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 5c43f3cb774f -r e6ee2ccf84a8 usr.sbin/bind/Makefile.inc
--- a/usr.sbin/bind/Makefile.inc        Tue Aug 29 08:46:06 2006 +0000
+++ b/usr.sbin/bind/Makefile.inc        Tue Aug 29 09:38:44 2006 +0000
@@ -1,11 +1,15 @@
-#      $NetBSD: Makefile.inc,v 1.19.2.1 2005/10/15 16:45:21 riz Exp $
+#      $NetBSD: Makefile.inc,v 1.19.2.1.2.1 2006/08/29 09:38:44 ghen Exp $
 
 .if !defined(BIND9_MAKEFILE_INC)
 BIND9_MAKEFILE_INC=yes
 
 WARNS?=        1
 WFORMAT?=2
+.if (${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64")
+NAMED_USE_PTHREADS?=no
+.else
 NAMED_USE_PTHREADS?=yes
+.endif
 
 .include <bsd.own.mk>
 



Home | Main Index | Thread Index | Old Index