All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/libupnp18: add config option --enable-reuseaddr
Date: Thu, 9 Jan 2020 17:51:11 +0100	[thread overview]
Message-ID: <20200109165111.GK17943@scaer> (raw)
In-Reply-To: <20200109103241.3786-1-joerg.krause@embedded.rocks>

J?rg, All,

On 2020-01-09 11:32 +0100, J?rg Krause spake thusly:
> Enable the option to use SO_REUSEADDR on the built-in miniserver
> socket to allow clean restarts [1].
> 
> This fixes a runtime issue with Gerbera and possible other programs
> which does not allow a graceful restart otherwise.
> 
> [1] https://github.com/pupnp/pupnp/commit/629dec75610260a669c7c3ed40c9332b7917b562
> 
> Signed-off-by: J?rg Krause <joerg.krause@embedded.rocks>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/libupnp18/libupnp18.mk | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/package/libupnp18/libupnp18.mk b/package/libupnp18/libupnp18.mk
> index ca82a54413..f73c656831 100644
> --- a/package/libupnp18/libupnp18.mk
> +++ b/package/libupnp18/libupnp18.mk
> @@ -13,6 +13,9 @@ LIBUPNP18_LICENSE = BSD-3-Clause
>  LIBUPNP18_LICENSE_FILES = COPYING
>  LIBUPNP18_DEPENDENCIES = host-pkgconf
>  
> +# Bind the internal miniserver socket with reuseaddr to allow clean restarts.
> +LIBUPNP18_CONF_OPTS += --enable-reuseaddr
> +
>  ifeq ($(BR2_PACKAGE_OPENSSL),y)
>  LIBUPNP18_CONF_OPTS += --enable-open-ssl
>  LIBUPNP18_DEPENDENCIES += openssl
> -- 
> 2.24.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

      reply	other threads:[~2020-01-09 16:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-09 10:32 [Buildroot] [PATCH] package/libupnp18: add config option --enable-reuseaddr Jörg Krause
2020-01-09 16:51 ` Yann E. MORIN [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=20200109165111.GK17943@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.