From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH/next 1/1] package/iperf3: fix openssl detection
Date: Sun, 12 Aug 2018 14:24:58 +0200 [thread overview]
Message-ID: <20180812142458.43fb1a5f@windsurf> (raw)
In-Reply-To: <20180811185519.29273-1-bernd.kuhls@t-online.de>
Hello,
On Sat, 11 Aug 2018 20:55:19 +0200, Bernd Kuhls wrote:
> diff --git a/package/iperf3/iperf3.mk b/package/iperf3/iperf3.mk
> index 0080bd8c6c..e033af13e1 100644
> --- a/package/iperf3/iperf3.mk
> +++ b/package/iperf3/iperf3.mk
> @@ -13,8 +13,7 @@ IPERF3_LICENSE_FILES = LICENSE
> IPERF3_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE"
>
> ifeq ($(BR2_PACKAGE_OPENSSL),y)
> -IPERF3_CONF_OPTS += --with-openssl=$(STAGING_DIR)/usr
> -IPERF3_DEPENDENCIES += openssl
> +IPERF3_DEPENDENCIES += host-pkgconf openssl
I've added a comment in the code to explain why we don't pass
--with-openssl, as we could mistakenly re-add it later on otherwise.
Applied to next with this change. Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2018-08-12 12:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-08-11 18:55 [Buildroot] [PATCH/next 1/1] package/iperf3: fix openssl detection Bernd Kuhls
2018-08-12 12:24 ` 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=20180812142458.43fb1a5f@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