All of lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] package/civetweb: fix linking failure due to wrong OpenSSL passed to pkg-config
Date: Wed, 10 Apr 2019 13:43:09 +0200	[thread overview]
Message-ID: <20190410134309.2b1fbaa6@windsurf.home> (raw)
In-Reply-To: <20190410103746.18403-1-giulio.benetti@micronovasrl.com>

On Wed, 10 Apr 2019 12:37:46 +0200
Giulio Benetti <giulio.benetti@micronovasrl.com> wrote:

> On commit 027a8b29f1e62d5ff5bbb15b79376614f902a680 pkg-config has been
> added to retrieve OpenSSL dependencies, but it's been passed `libssl`
> instead of `openssl`, this makes fail some linking. Indeed we need
> OpenSSL dependency, so let's use `openssl` with pkg-config.
> 
> Substitute `libssl` with `openssl`.
> 
> Fixes:
> http://autobuild.buildroot.net/results/b22/b225425ee237852bd9fee4ca0b8d24f3e37d64f9/
> 
> Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
> ---
>  package/civetweb/civetweb.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

  reply	other threads:[~2019-04-10 11:43 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-10 10:37 [Buildroot] [PATCH] package/civetweb: fix linking failure due to wrong OpenSSL passed to pkg-config Giulio Benetti
2019-04-10 11:43 ` Thomas Petazzoni [this message]
2019-04-14 21:28 ` Peter Korsgaard

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=20190410134309.2b1fbaa6@windsurf.home \
    --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 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.