83eb121ae5
Enable DES in openssl to fix build failure raised since bump to version
1.1.0 in commit b72401692e
Fixes:
- http://autobuild.buildroot.org/results/52bce321552d23c10617c4ba4dc5b290e1d43dd5
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
13 lines
376 B
Plaintext
13 lines
376 B
Plaintext
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.
|
|
|
|
https://libesmtp.github.io
|
|
|
|
comment "libesmtp needs a toolchain w/ dynamic library"
|
|
depends on BR2_STATIC_LIBS
|