From: Wouter Wijngaards Date: Wed, 6 Feb 2008 10:03:55 +0000 (+0000) Subject: Clearer explanation how to get solaris threads. X-Git-Tag: release-0.9~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b31997a4c0341d60a4d0c9ffe71c5ffd6f32e6e;p=thirdparty%2Funbound.git Clearer explanation how to get solaris threads. git-svn-id: file:///svn/unbound/trunk@921 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/README b/doc/README index d965801f6..8c2c52243 100644 --- a/doc/README +++ b/doc/README @@ -30,8 +30,9 @@ This software is under BSD license, see LICENSE for details. This improves randomization and spoof resistance. For the default of 16 ports the builtin alternative works well. * --without-pthreads - This disables pthreads, and uses Solaris thr library or no threading. - Without this option the pthreads library is detected automatically. + This disables pthreads. Without this option the pthreads library + is detected automatically. Use this option to disable threading + altogether, or, on Solaris, also use --with(out)-solaris-threads. * --enable-static-exe This enables a debug option to statically link, against ldns and libevent libraries.