mirror of https://github.com/OpenIPC/firmware.git
[CURL] Experimental activation of the SMTP protocol
parent
178eda8ae6
commit
6adbaefee4
|
@ -160,11 +160,13 @@ LIBCURL_OPENIPC_CONF_OPTS += \
|
||||||
--disable-pop3 \
|
--disable-pop3 \
|
||||||
--disable-rtsp \
|
--disable-rtsp \
|
||||||
--disable-smb \
|
--disable-smb \
|
||||||
--disable-smtp \
|
|
||||||
--disable-telnet \
|
--disable-telnet \
|
||||||
--disable-tftp
|
--disable-tftp
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# --disable-smtp \
|
||||||
|
|
||||||
|
|
||||||
define LIBCURL_OPENIPC_FIX_DOT_PC
|
define LIBCURL_OPENIPC_FIX_DOT_PC
|
||||||
printf 'Requires: openssl\n' >>$(@D)/libcurl.pc.in
|
printf 'Requires: openssl\n' >>$(@D)/libcurl.pc.in
|
||||||
endef
|
endef
|
||||||
|
|
Loading…
Reference in New Issue