Skip to content

Commit

Permalink
Update to nginx v1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
perlDreamer committed Dec 20, 2011
1 parent d74702f commit a88e5c1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Expand Up @@ -310,7 +310,7 @@ buildPerl(){
buildNginx(){
printHeader "nginx"
cd source
cd nginx-0.7.67
cd nginx-1.0.11
#./configure --prefix=$PREFIX --with-pcre=../pcre-8.20 --with-http_ssl_module --with-openssl=../openssl-1.0.0e; checkError $? "nginx Configure"
./configure --prefix=$PREFIX --with-pcre=../pcre-8.20 --with-http_ssl_module; checkError $? "nginx Configure"
$WRE_MAKE; checkError $? "nginx make"
Expand Down
4 changes: 2 additions & 2 deletions getsource.sh
Expand Up @@ -13,8 +13,8 @@ tar xfz pcre-8.20.tar.gz
#wget http://openssl.org/source/openssl-1.0.0e.tar.gz
#tar xfz openssl-1.0.0e.tar.gz

wget http://nginx.org/download/nginx-0.7.67.tar.gz
tar xfz nginx-0.7.67.tar.gz
wget http://nginx.org/download/nginx-1.0.11.tar.gz
tar xfz nginx-1.0.11.tar.gz

#wget http://www.monkey.org/~provos/libevent-1.4.14b-stable.tar.gz
#tar xfz libevent-1.4.14b-stable.tar.gz
Expand Down

0 comments on commit a88e5c1

Please sign in to comment.