* [ptxdist] [PATCH] libcurl: Add optional MIME support
@ 2022-10-12 11:37 Ladislav Michl
2022-10-19 5:41 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Ladislav Michl @ 2022-10-12 11:37 UTC (permalink / raw)
To: ptxdist
From: Ladislav Michl <ladis@linux-mips.org>
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
rules/libcurl.in | 3 +++
rules/libcurl.make | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/rules/libcurl.in b/rules/libcurl.in
index f86598747..36800b012 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 5da835d73..e5daf5395 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 \
--
2.32.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] libcurl: Add optional MIME support
2022-10-12 11:37 [ptxdist] [PATCH] libcurl: Add optional MIME support Ladislav Michl
@ 2022-10-19 5:41 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2022-10-19 5:41 UTC (permalink / raw)
To: ptxdist; +Cc: Ladislav Michl
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 \
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-19 5:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-12 11:37 [ptxdist] [PATCH] libcurl: Add optional MIME support Ladislav Michl
2022-10-19 5:41 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox