added the --with-libpq=DIR option to the ./configure script. also released ngx_openresty 1.0.4.2rc4.

This commit is contained in:
agentzh (章亦春)
2011-08-04 20:34:15 +08:00
parent 5c208328e2
commit da11207dea
4 changed files with 177 additions and 42 deletions

View File

@ -44,6 +44,13 @@ for my $t_file (@t_files) {
warn "\n- $orig";
warn "+ $_";
} elsif (s{ngx_openresty-\d+\.\d+\.\d+\.\d+(?:rc\d+)?}{ngx_openresty-$ver} && $orig ne $_) {
$changed++;
warn "\n- $orig";
warn "+ $_";
} elsif (s{\bbuild/$pat[^/ \t\n]*\d[^/ \t\n]*}{build/$dir}g && $orig ne $_) {
$changed++;