]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
3269. [port] darwin 11 and later now built threaded by default.
authorMark Andrews <marka@isc.org>
Mon, 30 Jan 2012 07:08:34 +0000 (07:08 +0000)
committerMark Andrews <marka@isc.org>
Mon, 30 Jan 2012 07:08:34 +0000 (07:08 +0000)
CHANGES
config.threads.in

diff --git a/CHANGES b/CHANGES
index 8468931c5ce97dff4313a66c10cd75ff02e4bd9e..376ca421fe7846a9a1b16fc73acb2bb98c771481 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
        --- 9.9.0 released ---
 
+3269.  [port]          darwin 11 and later now built threaded by default.
+
 3268.  [bug]           Convert RRSIG expiry times to 64 timestamps to work
                        out the earliest expiry time. [RT #23311]
 
index 3dd9ea761c85a9d355e93d1f10cbd5bdbf25b130..3094ab087ce3ba3abce24cf67c8aa7fac3392059 100644 (file)
@@ -60,7 +60,9 @@ case $host in
        # Linux kernels produce unusable core dumps from multithreaded
        # programs, and because of limitations in setuid().
        use_threads=false ;;    
-*-darwin10.*)
+*-darwin[[123456789]].*)
+       use_threads=false ;;
+*-darwin*.*)
        use_threads=true ;;
 *)
        use_threads=false ;;