mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Ladislav Michl <oss-lists@triops.cz>
Subject: Re: [ptxdist] [APPLIED] libcurl: Add optional MIME support
Date: Wed, 19 Oct 2022 07:41:26 +0200	[thread overview]
Message-ID: <20221019054126.403262-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <Y0anDAPxna9oaPnC@lenoch>

Thanks, applied as 42f2f30974584714dc0d80ec33d57c5ddbd8b844.

Michael

[sent from post-receive hook]

On Wed, 19 Oct 2022 07:41:26 +0200, Ladislav Michl <oss-lists@triops.cz> wrote:
> Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
> Message-Id: <Y0anDAPxna9oaPnC@lenoch>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libcurl.in b/rules/libcurl.in
> index f86598747fcb..36800b01281f 100644
> --- a/rules/libcurl.in
> +++ b/rules/libcurl.in
> @@ -115,4 +115,7 @@ config LIBCURL_CRYPTO_AUTH
>  config LIBCURL_LIBSSH2
>  	bool "scp/sftp (via libssh2)"
>  
> +config LIBCURL_MIME
> +	bool "MIME support"
> +
>  endif
> diff --git a/rules/libcurl.make b/rules/libcurl.make
> index 5da835d730a8..e5daf5395be6 100644
> --- a/rules/libcurl.make
> +++ b/rules/libcurl.make
> @@ -82,7 +82,7 @@ LIBCURL_CONF_OPT	:= \
>  	--enable-socketpair \
>  	--$(call ptx/endis, PTXCONF_LIBCURL_HTTP)-http-auth \
>  	--disable-doh \
> -	--disable-mime \
> +	--$(call ptx/endis, PTXCONF_LIBCURL_MIME)-mime \
>  	--enable-dateparse \
>  	--enable-netrc \
>  	--enable-progress-meter \



      reply	other threads:[~2022-10-19  5:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-12 11:37 [ptxdist] [PATCH] " Ladislav Michl
2022-10-19  5:41 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221019054126.403262-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=oss-lists@triops.cz \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox