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

« back to all changes in this revision

Viewing changes to debian/modules/nginx-push-0.692/config

  • Committer: Bazaar Package Importer
  • Author(s): Kartik Mistry
  • Date: 2011-04-16 13:47:58 UTC
  • mfrom: (4.2.31 sid)
  • Revision ID: james.westby@ubuntu.com-20110416134758-yqca2qp5crh2hw2f
Tags: 1.0.0-2
* debian/rules:
  + Removed --with-file-aio support. Fixed FTBFS on kFreeBSD-* arch
    (Closes: #621882)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ngx_feature="http_push_module"
2
 
ngx_feature_name=
3
 
ngx_feature_run=no
4
 
ngx_feature_incs=
5
 
ngx_feature_path=
6
 
ngx_feature_libs=
7
 
ngx_feature_test=
8
 
 
9
 
ngx_addon_name=ngx_http_push_module
10
 
HTTP_MODULES="$HTTP_MODULES ngx_http_push_module"
11
 
CORE_INCS="$CORE_INCS \
12
 
        $ngx_addon_dir/src"     
13
 
NGX_ADDON_SRCS="$NGX_ADDON_SRCS \
14
 
        ${ngx_addon_dir}/src/ngx_http_push_module.c"
15
 
        
16
 
have=NGX_HTTP_HEADERS . auto/have
17
 
. auto/feature
 
 
b'\\ No newline at end of file'