#!/bin/bash # this file is mostly meant to be used by the author himself. root=`pwd` home=~ version=$1 force=$2 #opts=$2 ngx-build $force $version \ --with-cc-opt="-O1" \ --with-ld-opt="-Wl,-rpath,/opt/drizzle/lib:/opt/pg9/lib" \ --without-mail_pop3_module \ --without-mail_imap_module \ --without-mail_smtp_module \ --without-http_upstream_ip_hash_module \ --without-http_empty_gif_module \ --without-http_memcached_module \ --without-http_referer_module \ --without-http_autoindex_module \ --without-http_auth_basic_module \ --without-http_userid_module \ --add-module=$root/../eval-nginx-module \ --add-module=$root/../echo-nginx-module \ --add-module=$root/../xss-nginx-module \ --add-module=$root/../ndk-nginx-module \ --add-module=$root/../set-misc-nginx-module \ --add-module=$root/../array-var-nginx-module \ --add-module=$root $opts \ --add-module=$root/../drizzle-nginx-module \ --add-module=$root/../form-input-nginx-module \ --add-module=$root/../postgres-nginx-module \ --with-debug #--add-module=$root/../lua-nginx-module \ #--add-module=$home/work/ngx_http_auth_request-0.1 #\ #--with-rtsig_module #--with-cc-opt="-g3 -O0" #--add-module=$root/../echo-nginx-module \ #--without-http_ssi_module # we cannot disable ssi because echo_location_async depends on it (i dunno why?!)