~ubuntu-branches/ubuntu/natty/nginx/natty

« back to all changes in this revision

Viewing changes to auto/os/linux

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2010-11-28 08:38:27 UTC
  • mfrom: (4.2.24 sid)
  • Revision ID: james.westby@ubuntu.com-20101128083827-yxc30ucpllbu3h08
Tags: 0.8.53-1ubuntu1
* Merge from debian unstable. Remaining changes:
  - Don't copy the default site directly into /var/www/ in the package,
    but instead keep it in /usr/share/nginx/nginx-default and move it to
   /var/www/nginx-default/ just after installation. (LP: #547267)
* debian/patches/nginx-html5-codecs.diff
  - Add support for html5 codecs (LP: #674224)

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
fi
36
36
 
37
37
 
 
38
# posix_fadvise64() had been implemented in 2.5.60
 
39
 
 
40
if [ $version -lt 132412 ]; then
 
41
    have=NGX_HAVE_POSIX_FADVISE . auto/nohave
 
42
fi
 
43
 
38
44
# epoll, EPOLLET version
39
45
 
40
46
ngx_feature="epoll"