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

« back to all changes in this revision

Viewing changes to debian/modules/nginx-lua/util/build.sh

  • 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:
2
2
 
3
3
# this file is mostly meant to be used by the author himself.
4
4
 
5
 
version=${1:-0.8.40}
 
5
version=${1:-0.8.54}
6
6
opts=$2
7
7
 
8
8
script_dir=$(dirname $0)
21
21
cd nginx-$version/
22
22
if [[ "$BUILD_CLEAN" -eq 1 || ! -f Makefile || "$root/config" -nt Makefile || "$root/util/build.sh" -nt Makefile ]]; then
23
23
        ./configure --prefix=$root/work \
 
24
            --with-cc-opt="-O0" \
24
25
                                --add-module=$root \
25
26
                                --add-module=$root/deps/ngx_devel_kit \
26
27
                                $opts