mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] libcurl: added options for smtp and verbose messages
@ 2017-12-11  6:35 Gavin Schenk
  2018-02-23  9:06 ` Schenk, Gavin
  0 siblings, 1 reply; 2+ messages in thread
From: Gavin Schenk @ 2017-12-11  6:35 UTC (permalink / raw)
  To: ptxdist; +Cc: Gavin Schenk, Torsten Mehnert

From: Torsten Mehnert <t.mehnert@eckelmann.de>

Signed-off-by: Torsten Mehnert <t.mehnert@eckelmann.de>
Signed-off-by: Gavin Schenk <g.schenk@eckelmann.de>
---
 rules/libcurl.in   | 10 ++++++++++
 rules/libcurl.make |  4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/rules/libcurl.in b/rules/libcurl.in
index c832153af..1955c0c21 100644
--- a/rules/libcurl.in
+++ b/rules/libcurl.in
@@ -39,6 +39,16 @@ config LIBCURL_TFTP
 config LIBCURL_FILE
        bool "file"
 
+config LIBCURL_SMTP
+       bool "smtp"
+       help
+       enable smtp support for sending emails
+
+config LIBCURL_VERBOSE
+       bool "verbose messages"
+       help
+       enable verbose messages, helpful for error indication
+
 config LIBCURL_SSL
        bool "ssl"
 
diff --git a/rules/libcurl.make b/rules/libcurl.make
index 9d3532502..19bda71ce 100644
--- a/rules/libcurl.make
+++ b/rules/libcurl.make
@@ -57,7 +57,7 @@ LIBCURL_AUTOCONF := \
 	--disable-pop3 \
 	--disable-imap \
 	--disable-smb \
-	--disable-smtp \
+	--$(call ptx/endis, PTXCONF_LIBCURL_SMTP)-smtp \
 	--disable-gopher \
 	--disable-manual \
 	--enable-libcurl-option \
@@ -65,7 +65,7 @@ LIBCURL_AUTOCONF := \
 	$(GLOBAL_IPV6_OPTION) \
 	--disable-versioned-symbols \
 	--enable-threaded-resolver \
-	--disable-verbose \
+	--$(call ptx/endis, PTXCONF_LIBCURL_VERBOSE)-verbose \
 	--disable-sspi \
 	--$(call ptx/endis, PTXCONF_LIBCURL_CRYPTO_AUTH)-crypto-auth \
 	--disable-ntlm-wb \
-- 
2.15.0


-- 
Eckelmann AG
Vorstand: Dipl.-Ing. Peter Frankenbach (Sprecher) Dipl.-Wi.-Ing. Philipp Eckelmann
Dr.-Ing. Marco Münchhof Dr.-Ing. Frank Uhlemann
Vorsitzender des Aufsichtsrats: Hubertus G. Krossa
Stv. Vorsitzender des Aufsichtsrats: Dr.-Ing. Gerd Eckelmann
Sitz der Gesellschaft: Berliner Str. 161, 65205 Wiesbaden, Amtsgericht Wiesbaden HRB 12636
http://www.eckelmann.de

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [PATCH] libcurl: added options for smtp and verbose messages
  2017-12-11  6:35 [ptxdist] [PATCH] libcurl: added options for smtp and verbose messages Gavin Schenk
@ 2018-02-23  9:06 ` Schenk, Gavin
  0 siblings, 0 replies; 2+ messages in thread
From: Schenk, Gavin @ 2018-02-23  9:06 UTC (permalink / raw)
  To: ptxdist; +Cc: Mehnert, Torsten

ping

> From: Torsten Mehnert <t.mehnert@eckelmann.de>
> 
> Signed-off-by: Torsten Mehnert <t.mehnert@eckelmann.de>
> Signed-off-by: Gavin Schenk <g.schenk@eckelmann.de>
> ---
>  rules/libcurl.in   | 10 ++++++++++
>  rules/libcurl.make |  4 ++--
>  2 files changed, 12 insertions(+), 2 deletions(-)
> 
> diff --git a/rules/libcurl.in b/rules/libcurl.in
> index c832153af..1955c0c21 100644
> --- a/rules/libcurl.in
> +++ b/rules/libcurl.in
> @@ -39,6 +39,16 @@ config LIBCURL_TFTP
>  config LIBCURL_FILE
>         bool "file"
>  
> +config LIBCURL_SMTP
> +       bool "smtp"
> +       help
> +       enable smtp support for sending emails
> +
> +config LIBCURL_VERBOSE
> +       bool "verbose messages"
> +       help
> +       enable verbose messages, helpful for error indication
> +
>  config LIBCURL_SSL
>         bool "ssl"
>  
> diff --git a/rules/libcurl.make b/rules/libcurl.make
> index 9d3532502..19bda71ce 100644
> --- a/rules/libcurl.make
> +++ b/rules/libcurl.make
> @@ -57,7 +57,7 @@ LIBCURL_AUTOCONF := \
>  	--disable-pop3 \
>  	--disable-imap \
>  	--disable-smb \
> -	--disable-smtp \
> +	--$(call ptx/endis, PTXCONF_LIBCURL_SMTP)-smtp \
>  	--disable-gopher \
>  	--disable-manual \
>  	--enable-libcurl-option \
> @@ -65,7 +65,7 @@ LIBCURL_AUTOCONF := \
>  	$(GLOBAL_IPV6_OPTION) \
>  	--disable-versioned-symbols \
>  	--enable-threaded-resolver \
> -	--disable-verbose \
> +	--$(call ptx/endis, PTXCONF_LIBCURL_VERBOSE)-verbose \
>  	--disable-sspi \
>  	--$(call ptx/endis, PTXCONF_LIBCURL_CRYPTO_AUTH)-crypto-auth \
>  	--disable-ntlm-wb \
-- 
Eckelmann AG
Vorstand: Dipl.-Ing. Peter Frankenbach (Sprecher) Dipl.-Wi.-Ing. Philipp Eckelmann
Dr.-Ing. Marco Münchhof Dr.-Ing. Frank Uhlemann
Vorsitzender des Aufsichtsrats: Hubertus G. Krossa
Stv. Vorsitzender des Aufsichtsrats: Dr.-Ing. Gerd Eckelmann
Sitz der Gesellschaft: Berliner Str. 161, 65205 Wiesbaden, Amtsgericht Wiesbaden HRB 12636
http://www.eckelmann.de
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-02-23  9:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-11  6:35 [ptxdist] [PATCH] libcurl: added options for smtp and verbose messages Gavin Schenk
2018-02-23  9:06 ` Schenk, Gavin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox