now we bundle a perl script to serve as the install script for Solaris. now ngx_openresty 1.0.4.2rc13 builds successfully on Solaris 11 with LuaJIT enabled!

This commit is contained in:
agentzh (章亦春)
2011-08-08 15:56:33 +08:00
parent 1276fbdf48
commit 843cb73393
4 changed files with 86 additions and 1 deletions

5
util/configure vendored
View File

@ -446,6 +446,11 @@ _END_
$extra_opts .= ' CFLAGS=-I..';
}
if ($on_solaris) {
$extra_opts .= " INSTALL_X='$root_dir/build/install -m 0755' " .
"INSTALL_F='$root_dir/build/install -m 0644'";
}
if (defined $cc) {
$extra_opts .= " CC=$cc";
}