mirror of
https://github.com/openssl/openssl.git
synced 2024-12-15 06:01:37 +08:00
4dec9285d3
Fixes #21623 Also do not build quicserver with no-stdio as it is a test utility and tests are disabled with no-stdio anyway. Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/21677)
15 lines
422 B
Plaintext
15 lines
422 B
Plaintext
IF[{- $target{build_scheme}->[1] eq "unix" -}]
|
|
SCRIPTS{noinst}=shlib_wrap.sh
|
|
SOURCE[shlib_wrap.sh]=shlib_wrap.sh.in
|
|
ENDIF
|
|
SCRIPTS{noinst}=wrap.pl
|
|
SOURCE[wrap.pl]=wrap.pl.in
|
|
DEPEND[wrap.pl]=../configdata.pm
|
|
|
|
IF[{- !$disabled{quic} && !$disabled{stdio} -}]
|
|
PROGRAMS{noinst}=quicserver
|
|
SOURCE[quicserver]=quicserver.c
|
|
INCLUDE[quicserver]=../include ../apps/include
|
|
DEPEND[quicserver]=../libcrypto.a ../libssl.a
|
|
ENDIF
|