diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2004-07-15 16:35:51 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2004-07-15 16:35:51 +0000 |
| commit | 1c3567ecc81a9f07f3c3d53912114bc5bd5daffa (patch) | |
| tree | ba0b57b32bb1232af3fad0ff38375df9e498ec66 /auto/modules | |
| parent | 4aa888820d3f13a225ee6bdd596305ea3b4db6f4 (diff) | |
| download | nginx-1c3567ecc81a9f07f3c3d53912114bc5bd5daffa.tar.gz nginx-1c3567ecc81a9f07f3c3d53912114bc5bd5daffa.tar.bz2 | |
nginx-0.0.7-2004-07-15-20:35:51 import
Diffstat (limited to 'auto/modules')
| -rw-r--r-- | auto/modules | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/auto/modules b/auto/modules index 9447780f3..d2e2b01bc 100644 --- a/auto/modules +++ b/auto/modules @@ -61,11 +61,15 @@ HTTP_FILTER_MODULES="$HTTP_WRITE_FILTER_MODULE \ $HTTP_RANGE_HEADER_FILTER_MODULE" if [ $HTTP_SSL = YES ]; then - have=NGX_OPENSSL . auto/have HTTP_FILTER_MODULES="$HTTP_FILTER_MODULES $HTTP_SSL_FILTER_MODULE" HTTP_DEPS="$HTTP_DEPS $HTTP_SSL_DEPS" HTTP_SRCS="$HTTP_SRCS $HTTP_SSL_SRCS" - # STUB: move to auto/libs/ssl + + # STUB: move to auto/libs/ssl after md5 + have=NGX_HTTP_SSL . auto/have + have=NGX_OPENSSL . auto/have + CORE_DEPS="$CORE_DEPS $OPENSSL_DEPS" + CORE_SRCS="$CORE_SRCS $OPENSSL_SRCS" CORE_LIBS="$CORE_LIBS -lssl -lcrypto" fi |
