~ubuntu-branches/ubuntu/quantal/nginx/quantal-updates

« back to all changes in this revision

Viewing changes to auto/modules

  • Committer: Package Import Robot
  • Author(s): Kartik Mistry, Kartik Mistry
  • Date: 2011-09-26 10:17:04 UTC
  • mfrom: (4.2.38 sid)
  • Revision ID: package-import@ubuntu.com-20110926101704-x8pxngiujrmkxnn3
Tags: 1.1.4-2
[Kartik Mistry]
* debian/modules:
  + Updated nginx-upload-progress module, Thanks to upstream for fixing issue
    that FTBFS nginx on kFreeBSD-* archs.
  + Updated nginx-lua module to latest upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
334
334
    HTTP_SRCS="$HTTP_SRCS $HTTP_FLV_SRCS"
335
335
fi
336
336
 
 
337
if [ $HTTP_MP4 = YES ]; then
 
338
    HTTP_MODULES="$HTTP_MODULES $HTTP_MP4_MODULE"
 
339
    HTTP_SRCS="$HTTP_SRCS $HTTP_MP4_SRCS"
 
340
fi
 
341
 
337
342
if [ $HTTP_UPSTREAM_IP_HASH = YES ]; then
338
343
    HTTP_MODULES="$HTTP_MODULES $HTTP_UPSTREAM_IP_HASH_MODULE"
339
344
    HTTP_SRCS="$HTTP_SRCS $HTTP_UPSTREAM_IP_HASH_SRCS"
340
345
fi
341
346
 
 
347
if [ $HTTP_UPSTREAM_KEEPALIVE = YES ]; then
 
348
    HTTP_MODULES="$HTTP_MODULES $HTTP_UPSTREAM_KEEPALIVE_MODULE"
 
349
    HTTP_SRCS="$HTTP_SRCS $HTTP_UPSTREAM_KEEPALIVE_SRCS"
 
350
fi
 
351
 
342
352
if [ $HTTP_STUB_STATUS = YES ]; then
343
353
    have=NGX_STAT_STUB . auto/have
344
354
    HTTP_MODULES="$HTTP_MODULES ngx_http_stub_status_module"