mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
The capi engine uses stdio, so don't build it when configuring 'no-stdio'
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
e38da82047
commit
25d498c176
@ -437,7 +437,7 @@ my @disable_cascades = (
|
||||
# no-autoalginit is only useful when building non-shared
|
||||
"autoalginit" => [ "shared", "apps" ],
|
||||
|
||||
"stdio" => [ "apps" ],
|
||||
"stdio" => [ "apps", "capieng" ],
|
||||
"apps" => [ "tests" ],
|
||||
"comp" => [ "zlib" ],
|
||||
sub { !$disabled{"unit-test"} } => [ "heartbeats" ],
|
||||
|
Loading…
Reference in New Issue
Block a user