Subject: Re: port-cobalt/37247: named hangs, will not read /etc/named.conf
To: None <port-cobalt-maintainer@netbsd.org, gnats-admin@netbsd.org,>
From: Martin Husemann <martin@duskware.de>
List: netbsd-bugs
Date: 10/30/2007 11:25:02
The following reply was made to PR port-cobalt/37247; it has been noted by GNATS.
From: Martin Husemann <martin@duskware.de>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: port-cobalt/37247: named hangs, will not read /etc/named.conf
Date: Tue, 30 Oct 2007 12:22:48 +0100
--W/nzBZO5zC0uMSeA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Could you try to apply this patch and rebuild named?
Martin
--W/nzBZO5zC0uMSeA
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename=patch
Index: Makefile.inc
===================================================================
RCS file: /cvsroot/src/usr.sbin/bind/Makefile.inc,v
retrieving revision 1.25.2.2
diff -u -r1.25.2.2 Makefile.inc
--- Makefile.inc 17 May 2007 05:57:54 -0000 1.25.2.2
+++ Makefile.inc 30 Oct 2007 11:22:02 -0000
@@ -11,7 +11,8 @@
NAMED_USE_OPENSSL?=no
.endif
-.if (${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64")
+.if (${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "sparc64" \
+ || ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" )
NAMED_USE_PTHREADS?=no
.else
NAMED_USE_PTHREADS?=yes
--W/nzBZO5zC0uMSeA--