summaryrefslogtreecommitdiff
path: root/pkg/curl
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-04-15 15:49:24 -0700
committerMichael Forney <mforney@mforney.org>2020-04-15 19:07:19 -0700
commit528a4cf0084a42fc4e8c1f288c4c3d2f98cc5f00 (patch)
tree521205f11a703cb53375a183e40e41ed0c7e9286 /pkg/curl
parent73f62cd40a9db1f012d2e95b8f7a77d95845f80e (diff)
curl: Enable SMTP protocol
Diffstat (limited to 'pkg/curl')
-rw-r--r--pkg/curl/README.md1
-rw-r--r--pkg/curl/curl_config.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/pkg/curl/README.md b/pkg/curl/README.md
index bbd9dd18..bd1343db 100644
--- 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
index 20374fbe..8ca9f9ed 100644
--- 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 */