[CURL] Experimental activation of the SMTP protocol

pull/277/head
Igor Zalatov (from Citadel PC) 2022-07-23 19:52:15 +03:00
parent 178eda8ae6
commit 6adbaefee4
1 changed files with 3 additions and 1 deletions

View File

@ -160,11 +160,13 @@ LIBCURL_OPENIPC_CONF_OPTS += \
--disable-pop3 \
--disable-rtsp \
--disable-smb \
--disable-smtp \
--disable-telnet \
--disable-tftp
endif
# --disable-smtp \
define LIBCURL_OPENIPC_FIX_DOT_PC
printf 'Requires: openssl\n' >>$(@D)/libcurl.pc.in
endef