* [Tarantool-patches] [PATCH] build: enable smtp
@ 2021-03-18 10:08 Roman Khabibov via Tarantool-patches
0 siblings, 0 replies; only message in thread
From: Roman Khabibov via Tarantool-patches @ 2021-03-18 10:08 UTC (permalink / raw)
To: tarantool-patches; +Cc: alexander.turenko
Enable smtp protocol in bundled libCURL.
---
@ChangeLog
* Enable smtp protocol in bundled libCURL (gh-####).
Branch: https://github.com/tarantool/tarantool/tree/romanhabibov/curl-smtp
Issue: needed to https://github.com/tarantool/smtp/issues/24
P.S. Tarantool 2.8 only!
cmake/BuildLibCURL.cmake | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/cmake/BuildLibCURL.cmake b/cmake/BuildLibCURL.cmake
index 39a1d62fd..59f78d9e2 100644
--- a/cmake/BuildLibCURL.cmake
+++ b/cmake/BuildLibCURL.cmake
@@ -77,7 +77,7 @@ macro(curl_build)
# Switch off the group of protocols with special flag HTTP_ONLY:
# ftp, file, ldap, ldaps, rtsp, dict, telnet, tftp, pop3, imap, smtp.
- list(APPEND LIBCURL_CMAKE_FLAGS "-DHTTP_ONLY=ON")
+ list(APPEND LIBCURL_CMAKE_FLAGS "-DHTTP_ONLY=OFF")
# Additionaly disable some more protocols.
list(APPEND LIBCURL_CMAKE_FLAGS "-DCURL_DISABLE_SMB=ON")
@@ -142,7 +142,7 @@ macro(curl_build)
list(APPEND LIBCURL_CMAKE_FLAGS "-DCURL_DISABLE_TFTP=ON")
list(APPEND LIBCURL_CMAKE_FLAGS "-DCURL_DISABLE_POP3=ON")
list(APPEND LIBCURL_CMAKE_FLAGS "-DCURL_DISABLE_IMAP=ON")
- list(APPEND LIBCURL_CMAKE_FLAGS "-DCURL_DISABLE_SMTP=ON")
+ list(APPEND LIBCURL_CMAKE_FLAGS "-DCURL_DISABLE_SMTP=OFF")
include(ExternalProject)
ExternalProject_Add(
--
2.24.3 (Apple Git-128)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2021-03-18 10:08 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-18 10:08 [Tarantool-patches] [PATCH] build: enable smtp Roman Khabibov via Tarantool-patches
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox