Igor Sysoev
4a529e9aec
fix building OpenSSL-1.0.0 on 64-bit Linux:
...
make installs the libraries in lib64 directory
2010-04-02 14:19:45 +00:00
Igor Sysoev
502252d43a
MSVC8 compatibility with OpenSSL 1.0.0
2010-04-01 15:18:29 +00:00
Igor Sysoev
c089b0a0d4
zlib 1.2.4 compatibility
2010-03-25 10:07:38 +00:00
Igor Sysoev
8f7c8f3c07
fix libatomic usage on arm, cris, hppa, m68k, and sparc platforms
2009-12-07 15:32:38 +00:00
Igor Sysoev
37835d9056
atomic operations test-run
2009-11-27 22:00:39 +00:00
Igor Sysoev
213cad8e81
libatomic_ops support
2009-11-25 17:55:25 +00:00
Igor Sysoev
920c00dcb5
allow "make clean" for OpenSSL, the bug was introduced in r2874
2009-09-28 12:24:09 +00:00
Igor Sysoev
bc10147b9f
ngx_http_geoip_module
2009-07-20 07:10:43 +00:00
Igor Sysoev
1f823708e0
fix ./configure error message
2009-06-18 13:01:05 +00:00
Igor Sysoev
0022826d18
*) use no-threads for Unix builds only
...
*) style fix
2009-05-28 15:30:45 +00:00
Igor Sysoev
da85fe6d5f
stop ./configure at once on library failure
2009-05-26 14:28:49 +00:00
Igor Sysoev
03ab5fcdb8
use md5/sha1 in OpenSSL only if OpenSSL is used
2009-05-26 14:28:06 +00:00
Igor Sysoev
082ce96023
allow absolute path in --with-openssl=
2009-05-24 14:14:08 +00:00
Igor Sysoev
a7021768a7
use -ldl for any OS that needs it
2009-05-22 09:22:28 +00:00
Igor Sysoev
8407ff24ab
fix building OpenSSL on Unix
2009-05-19 12:12:36 +00:00
Igor Sysoev
2d252980ed
fix building OpenSSL on Win32
2009-05-14 15:46:34 +00:00
Igor Sysoev
ea8828b99e
switch Win32 building to modern PCRE versions (starting from 7.1)
...
instead of single old 4.4 version
2009-05-13 19:48:21 +00:00
Igor Sysoev
5147f8e9ca
add miltilines in OpenWatcom makefiles
2009-05-12 13:29:00 +00:00
Igor Sysoev
d2af69adc6
backout r2833: CURDIR was set to Unix style path
...
instead, do chdir inside Makefile
2009-05-12 13:15:43 +00:00
Igor Sysoev
40d6ee9ade
correctly apply patch
2009-05-12 09:35:14 +00:00
Igor Sysoev
3d746ac4f0
use $(CURDIR) instead of "..\..\.." because the later does not allow to use
...
options as --with-zlib=../zlib-1.2.3. It seems there is no common way
to learn the current directory in Win32 make's: although nmake has MAKEDIR
variable, nevertheless Borland make's MAKEDIR is the directory where make
is installed, and OpenWatcom wmake has no MAKEDIR at all.
2009-05-11 18:02:06 +00:00
Igor Sysoev
f794318d60
test whether libdl is required for dynamic linking:
...
Solaris 10 has dlopen()/etc. in libc
2009-05-08 09:39:53 +00:00
Igor Sysoev
e2259f492f
move libmd test before libmd5,
...
this fixes wrong linking with /usr/local/lib/libmd5.so from libwww package
on FreeBSD. The library uses long's instead of int32_t's in MD5_CTX
and on 64-bit platforms its MD5_CTX is bigger than defined in <md5.h>
2009-05-07 19:18:10 +00:00
Igor Sysoev
fd5db1eb62
add libgd include path
2009-05-04 15:57:12 +00:00
Igor Sysoev
e2ada61896
ngx_http_image_filter_module
2009-05-01 18:42:09 +00:00
Igor Sysoev
890467c1c4
*) move advapi32.lib to core libs since it's required for Registry and Event Log
...
*) delete shell32.lib since we do not use tray icon anymore
2009-04-21 14:31:40 +00:00
Igor Sysoev
60798fbea5
OpenSSL building by MSVC and BCC from sources
2009-04-15 19:46:24 +00:00
Igor Sysoev
dc7a872a43
hide grep errors
2009-04-15 11:47:51 +00:00
Igor Sysoev
05215534e7
exslt support
2008-11-11 15:22:24 +00:00
Igor Sysoev
d28170c183
exit on libxslt test failure
2008-08-13 08:32:35 +00:00
Igor Sysoev
891f90be28
update comment
2008-08-04 14:54:12 +00:00
Igor Sysoev
1ae389d2f7
ngx_http_xslt_filter_module
2008-08-04 14:48:15 +00:00
Igor Sysoev
76566f88d9
simplify library autoconfigure
2008-05-16 14:32:58 +00:00
Igor Sysoev
85dd8fc5b6
ngx_google_perftools_module
2008-03-18 10:36:27 +00:00
Igor Sysoev
274b63ec34
add rpath for Solaris
2007-09-19 12:14:05 +00:00
Igor Sysoev
90b9bfe20b
fix bug introduced by r1306
2007-07-20 18:33:44 +00:00
Igor Sysoev
830004196b
fix building PCRE by SunStudio
2007-07-15 19:17:46 +00:00
Igor Sysoev
d3f7b53c45
Solaris compatibility
2007-07-15 14:45:51 +00:00
Igor Sysoev
ae004c0592
icc/sunc and PCRE-7.1+ compatibility
2007-07-15 14:44:53 +00:00
Igor Sysoev
a088b8bb2b
fix building ngx_http_perl_module by Solaris make
2007-04-28 07:59:53 +00:00
Igor Sysoev
5dbc83df06
fix make dependecies: pcre-6.5+ already has pcre.h
2007-04-18 11:09:38 +00:00
Igor Sysoev
9fc5607a71
test PCRE in MacPorts
2007-01-27 19:51:00 +00:00
Igor Sysoev
feb42254ba
icc and PCRE-6.5+ compatibility
2007-01-10 16:15:49 +00:00
Igor Sysoev
673382f2aa
do not build OpenSSL with threads, if they are not used
2007-01-10 15:21:44 +00:00
Igor Sysoev
948265bf18
fix for nginx.pm default installation
2006-12-24 18:23:11 +00:00
Igor Sysoev
b4887b289e
backout the r945: the nginx.pm could not be loaded at all,
...
next try to fix --with-perl_modules_path= for unpriviliged user installation
2006-12-24 18:12:18 +00:00
Igor Sysoev
e4f6f00077
fix --with-perl_modules_path= for unpriviliged user installation
2006-12-23 19:16:06 +00:00
Igor Sysoev
693c452517
fix the previous commit
2006-11-27 11:12:34 +00:00
Igor Sysoev
0ec09f9196
test PCRE in FreeBSD, Linux, and NetBSD
2006-11-27 11:07:09 +00:00
Igor Sysoev
f9b7db5aaa
Axe several perl interpreter instances: they may be useful in currently
...
unsupported threaded environment, but now they complicate code:
*) perl_clone() requires at least duplicating nginx stash;
*) the multiplicity requires to re-evalute all precompiled subroutines
and nginx stash in new interpreter context.
2006-11-26 14:35:27 +00:00