From: nia <nia%NetBSD.org@localhost> To: gnats-bugs%netbsd.org@localhost Cc: Subject: Re: pkg/56315: NetBSD/earmv7hf atomics don't work for net/bind916 Date: Sat, 17 Jul 2021 22:11:56 +0000 In net/bind.. we have a condition that enables --disable-atomic on several 32-bit architectures, but not ARM. I wonder if we should do this on every 32-bit architecture? Does it fix the problem?
Unfortunately, no. Atomic operation support is mandatory as of BIND 9.13.3, apparently:
https://www.isc.org/blogs/bind-9-new-versions/ John