commit: 528a4cf0084a42fc4e8c1f288c4c3d2f98cc5f00
parent 73f62cd40a9db1f012d2e95b8f7a77d95845f80e
Author: Michael Forney <mforney@mforney.org>
Date: Wed, 15 Apr 2020 15:49:24 -0700
curl: Enable SMTP protocol
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/pkg/curl/README.md b/pkg/curl/README.md
@@ -6,7 +6,6 @@ Generated with
./configure \
--disable-pop3 \
--disable-smb \
- --disable-smtp \
--with-ca-bundle=/etc/ssl/cert.pem \
--without-ssl \
--with-bearssl \
diff --git a/pkg/curl/curl_config.h b/pkg/curl/curl_config.h
@@ -26,7 +26,7 @@
/* #undef CURL_DISABLE_RTSP */
/* #undef CURL_DISABLE_SHUFFLE_DNS */
#define CURL_DISABLE_SMB 1
-#define CURL_DISABLE_SMTP 1
+/* #undef CURL_DISABLE_SMTP */
/* #undef CURL_DISABLE_TELNET */
/* #undef CURL_DISABLE_TFTP */
/* #undef CURL_DISABLE_VERBOSE_STRINGS */