components/bind/patches/15975687.increase-stack-size.patch
author Craig Mohrman <craig.mohrman@oracle.com>
Fri, 15 Mar 2013 08:48:58 -0700
changeset 1213 389fa144ba08
parent 1117 0da85daf9135
permissions -rw-r--r--
16486887 perl 5.16 needs to build x86 64-bit properly

--- a/lib/isc/pthreads/thread.c
+++ b/lib/isc/pthreads/thread.c
@@ -25,7 +25,7 @@
 #include <isc/util.h>
 
 #ifndef THREAD_MINSTACKSIZE
-#define THREAD_MINSTACKSIZE		(64U * 1024)
+#define THREAD_MINSTACKSIZE		(1024U * 1024)
 #endif
 
 isc_result_t