Disable AFALG when cross-compiling
We don't currently support cross-compiling of the afalg engine. However we were failing to explicitly mark it as disabled during Configure leading to a failed build. Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
parent
5427976d9e
commit
68dc37c126
1 changed files with 2 additions and 0 deletions
|
@ -1208,6 +1208,8 @@ unless ($disabled{afalgeng}) {
|
|||
} else {
|
||||
push @{$config{engdirs}}, "afalg";
|
||||
}
|
||||
} else {
|
||||
$disabled{afalgeng} = "cross-compiling";
|
||||
}
|
||||
} else {
|
||||
$disabled{afalgeng} = "not-linux";
|
||||
|
|
Loading…
Reference in a new issue