]> git.kaiwu.me - nginx.git/commit
Merge of r4004, r4005:
authorIgor Sysoev <igor@sysoev.ru>
Mon, 29 Aug 2011 12:50:35 +0000 (12:50 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Mon, 29 Aug 2011 12:50:35 +0000 (12:50 +0000)
commit1c95e6c3050bf2114d72029824fdadf001cc300e
tree23864a9f2f926e862609fbef516ad07156dbdc14
parentef24db717ca6bc87d2214f3d7c103cac8ced9066
Merge of r4004, r4005:

Solaris related fixes:

*) Detect POSIX semaphores in librt on Solaris (ticket #3).
   Patch by Denis Ivanov.
*) Lower optimization level for Sun Studio before 12.1.
   At least Sun Studio 12 has problems with bit-fields exposed by nginx code
   (caught by test suite).  They seems to be fixed in Sun Studio 12.1.  As a
   workaround use "-fast -xalias_level=any" for older versions, it resolves
   the problem.
auto/cc/sunc
auto/unix