Make sure that shareable libraries are turned off if we don't know how
to make them...
This commit is contained in:
parent
75a382bd90
commit
d2dcf4f40d
1 changed files with 4 additions and 0 deletions
|
@ -719,6 +719,10 @@ if ($shared_cflag ne "")
|
|||
$shared_mark2 = ".shlib.";
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
$no_shared = 1;
|
||||
}
|
||||
|
||||
#my ($bn1)=split(/\s+/,$bn_obj);
|
||||
#$bn1 = "" unless defined $bn1;
|
||||
|
|
Loading…
Reference in a new issue