php8-pecl-http: add compile-time hint about TLS13 ciphers (fixes #17332) 17395/head
authorMichael Heimpold <mhei@heimpold.de>
Sun, 19 Dec 2021 13:33:14 +0000 (14:33 +0100)
committerMichael Heimpold <mhei@heimpold.de>
Sun, 19 Dec 2021 13:49:32 +0000 (14:49 +0100)
commit3083278fa9f9464b8da95cbd5801a1eb38500cf7
tree17f399f453211504feb2c5ca5442617ae1a69dec
parent364fb671039350f89ae62e6a4dfc61eb5f547321
php8-pecl-http: add compile-time hint about TLS13 ciphers (fixes #17332)

When cURL is built with OpenSSL as backend SSL/TLS library,
pecl_http's configure tries to detect whether TLS 1.3 ciphers
are enabled. This does not work when cross-compiling so let's
pass it based on OpenSSL build configuration.

Signed-off-by: Michael Heimpold <mhei@heimpold.de>
lang/php8-pecl-http/Makefile