Compare commits

...

2 Commits

2 changed files with 5 additions and 1 deletions

View File

@ -39,6 +39,10 @@ if ($opts{l}) {
$cfg_opts .= " --with-luajit"; $cfg_opts .= " --with-luajit";
} }
if ($^O eq 'solaris') {
$cfg_opts .= " --with-cc=gcc";
}
my $prefix; my $prefix;
warn "=== No Pool Build ===\n"; warn "=== No Pool Build ===\n";

View File

@ -2,7 +2,7 @@
#main_ver=1.5.4 #main_ver=1.5.4
main_ver=1.4.3 main_ver=1.4.3
minor_ver=3 minor_ver=4
version=$main_ver.$minor_ver version=$main_ver.$minor_ver
echo $version echo $version