no-asm didn't prevent make from compiling assembler modules.
This commit is contained in:
parent
cbe52c3166
commit
5df70a9e21
@ -885,8 +885,8 @@ foreach (sort (keys %disabled))
|
|||||||
$openssl_other_defines .= "#define OPENSSL_NO_$ALGO\n";
|
$openssl_other_defines .= "#define OPENSSL_NO_$ALGO\n";
|
||||||
print " OPENSSL_NO_$ALGO";
|
print " OPENSSL_NO_$ALGO";
|
||||||
|
|
||||||
if (/^err$/)
|
if (/^err$/) { $flags .= "-DOPENSSL_NO_ERR "; }
|
||||||
{ $flags .= "-DOPENSSL_NO_ERR "; }
|
elsif (/^asm$/) { $no_asm = 1; }
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user