mailsend: fix ssl variant to use opensssl
authorDaniel F. Dickinson <redacted>
Sun, 25 Jan 2026 16:05:43 +0000 (11:05 -0500)
committerGeorge Sapkin <redacted>
Wed, 4 Feb 2026 05:39:56 +0000 (07:39 +0200)
commit444b62cbccf13492096fc0216d661f2ccf47f069
tree4a1e6dc9224a90e68611e96bca97d4cf1ef44ead
parent081b7043c3406fc19238f0615ee448f263c913b0
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 <redacted>
mail/mailsend/Makefile
git clone https://git.99rst.org/PROJECT