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

« back to all changes in this revision

Viewing changes to debian/modules/nginx-development-kit/auto/build

  • 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:
158
158
 
159
159
            [ "x`echo $type_line`" = 'x' ] && continue  
160
160
 
161
 
            ext=`echo $type_line | grep -E '^[a-zA-Z0-9_]+' | cut -d " " -f1`
 
161
            #ext=`echo $type_line | grep -E '^[a-zA-Z0-9_]+' | cut -d " " -f1`
 
162
            ext=`echo $type_line | sed -r 's/^([a-zA-Z0-9_]+).*/\1/'`
162
163
            params=`echo $type_line | sed -r 's/^[a-zA-Z0-9_]+[ ]*\((.*)\).*/\1/;ta;d;:a'`
163
164
            act=`echo $type_line | sed -r 's/^[a-zA-Z0-9_]+[ ]*(\(.*\))?(.*)/\2/'`
164
 
 
165
165
            [ "x$params" != "x" ] && params=",$params"
166
166
 
167
167
            echo $list_line | sed -r \
532
532
 
533
533
    echo "// module commands" >> $1
534
534
    echo >> $1
535
 
    echo "static ngx_command_t  ngx_http_devel_kit_commands[] = {" >> $1
 
535
    echo "static ngx_command_t  ndk_http_commands[] = {" >> $1
536
536
 
537
537
    cat $optional_modules_file | sort | while read line; do
538
538