~spuul/nginx/trunk

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Christos Trochalakis, Christos Trochalakis
  • Date: 2014-02-13 11:41:49 UTC
  • mfrom: (1.3.32)
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: package-import@ubuntu.com-20140213114149-tkp78c45rzu3wr6y
Tags: 1.4.5-1
[ Christos Trochalakis ]
* New upstream release.
* debian/modules/nginx-lua:
  + Update nginx-lua to v0.9.4
* debian/nginx-naxsi-ui.preinst:
  + Fix exit status issue (Closes: #735152)
* debian/control:
  + Fix arch:all to arch:any dependencies
  + Make nginx depend on specific flavor version
* debian/nginx-*.postinst:
  + Make nginx start by default (Closes: #735551)
* debian/nginx-*.prerm:
  + No need to check for invoke-rc.d,
    correctly set the exit code on error
* debian/nginx-common.nginx.init:
  + Rewrite some parts of the initscript
  + Introduce rotate command
  + Introduce upgrade command

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
# this file is mostly meant to be used by the author himself.
4
4
 
5
5
root=`pwd`
6
 
version=${1:-1.2.1}
 
6
version=${1:-1.4.1}
7
7
home=~
8
8
force=$2
9
9
 
16
16
            #--without-http_autoindex_module \
17
17
            #--with-cc=gcc46 \
18
18
            #--with-cc=clang \
 
19
            #--without-http_referer_module \
19
20
 
20
21
time ngx-build $force $version \
21
22
            --with-cc-opt="-I$PCRE_INC" \
23
24
        --with-http_ssl_module \
24
25
            --add-module=$root/../ndk-nginx-module \
25
26
            --add-module=$root/../set-misc-nginx-module \
26
 
            --with-ld-opt="-L$PCRE_LIB -Wl,-rpath,$PCRE_LIB:$LIBDRIZZLE_LIB:$LUAJIT_LIB:/usr/local/lib" \
 
27
            --with-ld-opt="-L$PCRE_LIB -Wl,-rpath,$PCRE_LIB:$LIBDRIZZLE_LIB:/usr/local/lib" \
 
28
            --with-http_spdy_module \
27
29
            --without-mail_pop3_module \
28
30
            --without-mail_imap_module \
29
31
            --without-mail_smtp_module \
30
32
            --without-http_upstream_ip_hash_module \
31
33
            --without-http_empty_gif_module \
32
34
            --without-http_memcached_module \
33
 
            --without-http_referer_module \
34
35
            --without-http_auth_basic_module \
35
36
            --without-http_userid_module \
36
37
                --add-module=$home/work/nginx/ngx_http_auth_request_module-0.2 \
40
41
                --add-module=$root \
41
42
              --add-module=$root/../headers-more-nginx-module \
42
43
                --add-module=$root/../drizzle-nginx-module \
43
 
                --add-module=$home/work/nginx/ngx_http_upstream_keepalive-0.7 \
44
44
                --add-module=$root/../rds-json-nginx-module \
45
45
                --add-module=$root/../coolkit-nginx-module \
46
46
                --add-module=$root/../redis2-nginx-module \
 
47
                --with-http_gunzip_module \
47
48
          --with-select_module \
48
49
          --with-poll_module \
49
50
          --with-rtsig_module \