From: Fabrice Fontaine Date: Fri, 6 Aug 2021 10:02:56 +0000 (+0200) Subject: package/libesmtp: requires DES support in openssl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=83eb121ae58d03f7b7e0e846fc2ba3fa57b12efc;p=buildroot.git package/libesmtp: requires DES support in openssl Enable DES in openssl to fix build failure raised since bump to version 1.1.0 in commit b72401692e1ea73a37fcf4c0b421b654e8a2100f Fixes: - http://autobuild.buildroot.org/results/52bce321552d23c10617c4ba4dc5b290e1d43dd5 Signed-off-by: Fabrice Fontaine Signed-off-by: Yann E. MORIN --- diff --git a/package/libesmtp/Config.in b/package/libesmtp/Config.in index 5c6a412134..c631d127e0 100644 --- a/package/libesmtp/Config.in +++ b/package/libesmtp/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_LIBESMTP bool "libesmtp" depends on !BR2_STATIC_LIBS + select BR2_PACKAGE_LIBOPENSSL_ENABLE_DES if BR2_PACKAGE_LIBOPENSSL select BR2_PACKAGE_LIBOPENSSL_ENABLE_MD4 if BR2_PACKAGE_LIBOPENSSL help Library for sending emails through SMTP.