nginx-quic/auto/lib
Maxim Dounin 18429a3d73 Merge of r4961: configure: better check for PCRE JIT.
On Mac OS X system toolchain by default prefers include files
from /usr/local/include, but libraries from /usr/lib.  This might result in
various problems, in particular the one outlined below.

If the PCRE library is installed into /usr/local/, this results in pcre.h
being used from /usr/local/include (with PCRE_CONFIG_JIT defined), but
libpcre from /usr/lib (as shipped with the OS, without pcre_free_study()
symbol).  As a result build fails as we use pcre_free_study() function
if we try to compile with PCRE JIT support.

Obvious workaround to the root cause is to ask compiler to prefer
library from /usr/local/lib via ./configure --with-ld-opt="-L/usr/local/lib".
On the other hand, in any case it would be good to check if the function
we are going to use is available, hence the change.

See thread here for details:
http://mailman.nginx.org/pipermail/nginx-devel/2012-December/003074.html

Prodded by Piotr Sikora.
2013-02-10 03:18:08 +00:00
..
geoip Copyright updated. 2012-01-18 15:07:43 +00:00
google-perftools Merge of r4682, r4694, r4699, r4704, r4705: minor nits. 2012-07-02 16:51:02 +00:00
libatomic Merge of r4842: fixed make macros to use parentheses. 2012-09-24 18:46:50 +00:00
libgd Copyright updated. 2012-01-18 15:07:43 +00:00
libxslt Copyright updated. 2012-01-18 15:07:43 +00:00
md5 Copyright updated. 2012-01-18 15:07:43 +00:00
openssl Copyright updated. 2012-01-18 15:07:43 +00:00
pcre Merge of r4961: configure: better check for PCRE JIT. 2013-02-10 03:18:08 +00:00
perl Merge of r4946, r4978: perl. 2013-02-10 02:58:03 +00:00
sha1 Copyright updated. 2012-01-18 15:07:43 +00:00
zlib Merge of r4779, r4840, r4843, r4844: win32 changes. 2012-09-24 18:37:14 +00:00
conf Copyright updated. 2012-01-18 15:07:43 +00:00
make Copyright updated. 2012-01-18 15:07:43 +00:00
test Copyright updated. 2012-01-18 15:07:43 +00:00