From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 1/1] package/libupnp18: add optional dependency to openssl/libressl
Date: Wed, 4 Apr 2018 21:41:50 +0200 [thread overview]
Message-ID: <20180404214150.3a0c4ff8@windsurf> (raw)
In-Reply-To: <20180402082151.20662-1-bernd.kuhls@t-online.de>
Hello,
On Mon, 2 Apr 2018 10:21:51 +0200, Bernd Kuhls wrote:
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> v2: Added and build-tested support for LibreSSL (Thomas)
>
> package/libupnp18/libupnp18.mk | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/package/libupnp18/libupnp18.mk b/package/libupnp18/libupnp18.mk
> index a75558e92b..07ef4382f0 100644
> --- a/package/libupnp18/libupnp18.mk
> +++ b/package/libupnp18/libupnp18.mk
> @@ -12,4 +12,12 @@ LIBUPNP18_INSTALL_STAGING = YES
> LIBUPNP18_LICENSE = BSD-3-Clause
> LIBUPNP18_LICENSE_FILES = LICENSE
>
> +ifeq ($(BR2_PACKAGE_OPENSSL),y)
> +LIBUPNP18_CONF_OPTS += --enable-open-ssl
> +LIBUPNP18_DEPENDENCIES += host-pkgconf openssl
> +LIBUPNP18_CONF_ENV += LIBS="`$(PKG_CONFIG_HOST_BINARY) --libs libssl libcrypto`"
Weird that the configure.ac script doesn't have any logic to link
against OpenSSL, but that's indeed the case.
Therefore: applied, thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2018-04-04 19:41 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-04-02 8:21 [Buildroot] [PATCH v2 1/1] package/libupnp18: add optional dependency to openssl/libressl Bernd Kuhls
2018-04-04 19:41 ` Thomas Petazzoni [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=20180404214150.3a0c4ff8@windsurf \
--to=thomas.petazzoni@bootlin.com \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox