Thanks, applied as 42f2f30974584714dc0d80ec33d57c5ddbd8b844.

Michael

[sent from post-receive hook]

On Wed, 19 Oct 2022 07:41:26 +0200, Ladislav Michl <oss-li...@triops.cz> wrote:
> Signed-off-by: Ladislav Michl <la...@linux-mips.org>
> Message-Id: <Y0anDAPxna9oaPnC@lenoch>
> Signed-off-by: Michael Olbrich <m.olbr...@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 via email to