mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] libcurl: add optional RTSP support
Date: Tue, 19 Mar 2024 07:44:40 +0100	[thread overview]
Message-ID: <20240319064440.3792822-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20240308080555.1508551-1-r.czerwinski@pengutronix.de>

Thanks, applied as 250fa50694b59bc527d77c57fee38160bb81b2e1.

Michael

[sent from post-receive hook]

On Tue, 19 Mar 2024 07:44:40 +0100, Rouven Czerwinski <r.czerwinski@pengutronix.de> wrote:
> Signed-off-by: Rouven Czerwinski <r.czerwinski@pengutronix.de>
> Message-Id: <20240308080555.1508551-1-r.czerwinski@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libcurl.in b/rules/libcurl.in
> index d5cf3519d9e7..c717668bc942 100644
> --- a/rules/libcurl.in
> +++ b/rules/libcurl.in
> @@ -58,6 +58,9 @@ config LIBCURL_VERBOSE
>  config LIBCURL_SSL
>  	bool "ssl"
>  
> +config LIBCURL_RTSP
> +	bool "rtsp"
> +
>  if LIBCURL_SSL
>  
>  choice
> diff --git a/rules/libcurl.make b/rules/libcurl.make
> index 67dc9a634203..10c501e0d6bf 100644
> --- a/rules/libcurl.make
> +++ b/rules/libcurl.make
> @@ -51,7 +51,7 @@ LIBCURL_CONF_OPT	:= \
>  	--$(call ptx/endis, PTXCONF_LIBCURL_FILE)-file \
>  	--disable-ldap \
>  	--disable-ldaps \
> -	--disable-rtsp \
> +	--$(call ptx/endis, PTXCONF_LIBCURL_RTSP)-rtsp \
>  	--enable-proxy \
>  	--disable-dict \
>  	--disable-telnet \



      reply	other threads:[~2024-03-19  6:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08  8:05 [ptxdist] [PATCH v2] " r.czerwinski
2024-03-19  6:44 ` 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=20240319064440.3792822-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=r.czerwinski@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