dist-check: explicitly specify gcc for Solaris.
This commit is contained in:
parent
383ed9a47d
commit
97622943d2
|
@ -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";
|
||||||
|
|
Loading…
Reference in New Issue