Files
packages/mail
Daniel F. Dickinson 444b62cbcc mailsend: fix ssl variant to use opensssl
As described in #28261 Not compiled with OpenSSL, the SSL variant of
the mailsend package is not actually being compiled with OpenSSL.

This is due to an upstream configure check borrowed from an ancient
version of BIND, which no longer works.

As a workaround we add `-DHAVE_OPENSSL=1` to the `TARGET_CFLAGS` when
building the SSL variant.

This results in a complaint about COPTS not being honoured correctly,
but results in `mailsend` compiled with OpenSSL (i.e. works).

Signed-off-by: Daniel F. Dickinson <dfdpublic@wildtechgarden.ca>
2026-02-04 07:39:56 +02:00
..
2024-01-06 13:48:23 -08:00
2025-12-01 22:37:41 +00:00
2024-01-31 16:00:10 -08:00
2025-11-15 07:02:47 +02:00
2023-04-21 22:46:58 +02:00
2026-01-09 10:52:21 +01:00